2 instantiations of TensorAnnotation
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2174private static readonly pb::MessageParser<TensorAnnotation> _parser = new pb::MessageParser<TensorAnnotation>(() => new TensorAnnotation()); 2210return new TensorAnnotation(this);
16 references to TensorAnnotation
Microsoft.ML.OnnxConverter (16)
OnnxMl.cs (16)
118new pbr::GeneratedClrTypeInfo(typeof(global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorAnnotation), global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorAnnotation.Parser, new[]{ "TensorName", "QuantParameterTensorNames" }, null, null, null, null), 2172public sealed partial class TensorAnnotation : pb::IMessage<TensorAnnotation> 2174private static readonly pb::MessageParser<TensorAnnotation> _parser = new pb::MessageParser<TensorAnnotation>(() => new TensorAnnotation()); 2177public static pb::MessageParser<TensorAnnotation> Parser { get { return _parser; } } 2200public TensorAnnotation(TensorAnnotation other) : this() 2208public TensorAnnotation Clone() 2246return Equals(other as TensorAnnotation); 2250public bool Equals(TensorAnnotation other) 2316public void MergeFrom(TensorAnnotation other) 2531private static readonly pb::FieldCodec<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorAnnotation> _repeated_quantizationAnnotation_codec 2532= pb::FieldCodec.ForMessage(114, global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorAnnotation.Parser); 2533private readonly pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorAnnotation> quantizationAnnotation_ = new pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorAnnotation>(); 2541public pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorAnnotation> QuantizationAnnotation