1 write to OutputsInfo
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
65OutputsInfo = outputsInfo.ToArray();
6 references to OutputsInfo
Microsoft.ML.OnnxTransformer (6)
OnnxTransform.cs (4)
292var numModelOutputs = Model.ModelInfo.OutputsInfo.Length; 624if (_parent.Model.ModelInfo.OutputsInfo[_parent.MapDataViewColumnToOnnxOutputTensor(iinfo)].DataViewType is VectorDataViewType vectorType) 635var type = _parent.Model.ModelInfo.OutputsInfo[_parent.MapDataViewColumnToOnnxOutputTensor(iinfo)].DataViewType.RawType; 762var caster = _parent.Model.ModelInfo.OutputsInfo[_parent.MapDataViewColumnToOnnxOutputTensor(iinfo)].Caster;
OnnxUtils.cs (2)
39/// OutputNames[i] is the name of the i-th element in <see cref="OutputsInfo"/>. 97return OutputsInfo[index];