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)
648
Host.Assert(type == _parent.
OutputTypes
[iinfo].GetItemType().RawType);
704
if (_parent.
OutputTypes
[iinfo].IsStandardScalar())
788
info[i] = new DataViewSchema.DetachedColumn(_parent.Outputs[i], _parent.
OutputTypes
[i], null);