1 write to Outputs
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
671Outputs = new Dictionary<string, DisposableNamedOnnxValue>();
4 references to Outputs
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
702outputCache.Outputs[outputNameOnnxValue.Name] = outputNameOnnxValue; 716var namedOnnxValue = outputCacher.Outputs[_parent.Outputs[iinfo]]; 736var namedOnnxValue = outputCacher.Outputs[_parent.Outputs[iinfo]]; 760var namedOnnxValue = outputCacher.Outputs[_parent.Outputs[iinfo]];