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); 831var l = new long[_fullySpecifiedShapes[i].ndim + 1]; 834l[ishape] = _fullySpecifiedShapes[i].dims[ishape - 1]; 835_fullySpecifiedShapes[i] = new Shape(l); 865var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent._tfInputTypes, _fullySpecifiedShapes);