2 references to GetTensorValueGetters
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
335
var srcTensorGetters =
GetTensorValueGetters
(cursor, inputColIndices, isInputVector, tfInputTypes, tfInputShapes);
865
var srcTensorGetters =
GetTensorValueGetters
(input, _inputColIndices, _isInputVector, _parent._tfInputTypes, _fullySpecifiedShapes);