1 write to OutputTypes
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
305(TFOutputTypes, OutputTypes, TFOutputOperations) = GetOutputInfo(Host, Session, Outputs, treatOutputAsBatched);
3 references to OutputTypes
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
648Host.Assert(type == _parent.OutputTypes[iinfo].GetItemType().RawType); 704if (_parent.OutputTypes[iinfo].IsStandardScalar()) 788info[i] = new DataViewSchema.DetachedColumn(_parent.Outputs[i], _parent.OutputTypes[i], null);