1 write to _fullySpecifiedShapes
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
772
_fullySpecifiedShapes
= new Shape[_parent._inputs.Length];
6 references to _fullySpecifiedShapes
Microsoft.ML.Vision (6)
DnnRetrainTransform.cs (6)
794
_fullySpecifiedShapes
[i] = new Shape(colTypeDims);
826
_fullySpecifiedShapes
[i] = new Shape(l);
831
var l = new long[
_fullySpecifiedShapes
[i].ndim + 1];
834
l[ishape] =
_fullySpecifiedShapes
[i].dims[ishape - 1];
835
_fullySpecifiedShapes
[i] = new Shape(l);
865
var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent._tfInputTypes,
_fullySpecifiedShapes
);