1 write to Outputs
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
600Outputs = new Dictionary<string, DisposableNamedOnnxValue>();
4 references to Outputs
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
631outputCache.Outputs[outputNameOnnxValue.Name] = outputNameOnnxValue; 645var namedOnnxValue = outputCacher.Outputs[_parent.Outputs[iinfo]]; 665var namedOnnxValue = outputCacher.Outputs[_parent.Outputs[iinfo]]; 689var namedOnnxValue = outputCacher.Outputs[_parent.Outputs[iinfo]];