1 write to TFOutputOperations
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
305(TFOutputTypes, OutputTypes, TFOutputOperations) = GetOutputInfo(Host, Session, Outputs, treatOutputAsBatched);
3 references to TFOutputOperations
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
314for (int index = 0; index < TFOutputOperations.Length; index += 1) 315TFOutputNodes[index] = new TF_Output(TFOutputOperations[index].Item1, TFOutputOperations[index].Item2);