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); 832var l = new int[_fullySpecifiedShapes[i].ndim + 1]; 835l[ishape] = _fullySpecifiedShapes[i].dims[ishape - 1]; 836_fullySpecifiedShapes[i] = new TensorShape(l); 866var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent._tfInputTypes, _fullySpecifiedShapes);