1 write to TFInputOperations
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
306
(TFInputTypes, TFInputShapes,
TFInputOperations
) = GetInputInfo(Host, Session, Inputs, batchSize);
3 references to TFInputOperations
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
311
for (int index = 0; index <
TFInputOperations
.Length; index += 1)
312
TFInputNodes[index] = new TF_Output(
TFInputOperations
[index].Item1,
TFInputOperations
[index].Item2);