2 references to CreateTensorValueGetter
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
473return Utils.MarshalInvoke(CreateTensorValueGetter<int>, typeof(UInt32), input, isVector, colIndex, tfShape, true); 475return Utils.MarshalInvoke(CreateTensorValueGetter<int>, type.RawType, input, isVector, colIndex, tfShape, false);