1 write to _fullySpecifiedShapes
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
773
_fullySpecifiedShapes
= new TensorShape[_parent._inputs.Length];
6 references to _fullySpecifiedShapes
Microsoft.ML.Vision (6)
DnnRetrainTransform.cs (6)
795
_fullySpecifiedShapes
[i] = new TensorShape(colTypeDims);
827
_fullySpecifiedShapes
[i] = new TensorShape(l);
832
var l = new int[
_fullySpecifiedShapes
[i].ndim + 1];
835
l[ishape] =
_fullySpecifiedShapes
[i].dims[ishape - 1];
836
_fullySpecifiedShapes
[i] = new TensorShape(l);
866
var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent._tfInputTypes,
_fullySpecifiedShapes
);