1 write to _tfInputOperations
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
549(_tfInputTypes, _tfInputShapes, _tfInputOperations) = GetInputInfo(Host, _session, _inputs.Select(x => _idvToTfMapping[x]).ToArray(), batchSize);
3 references to _tfInputOperations
Microsoft.ML.Vision (3)
DnnRetrainTransform.cs (3)
554for (int index = 0; index < _tfInputOperations.Length; index += 1) 555_tfInputNodes[index] = new TF_Output(_tfInputOperations[index].Item1, _tfInputOperations[index].Item2);