2 instantiations of TensorAnnotation
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2174
private static readonly pb::MessageParser<TensorAnnotation> _parser = new pb::MessageParser<TensorAnnotation>(() => new
TensorAnnotation
());
2210
return new
TensorAnnotation
(this);
16 references to TensorAnnotation
Microsoft.ML.OnnxConverter (16)
OnnxMl.cs (16)
118
new 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),
2172
public sealed partial class TensorAnnotation : pb::IMessage<
TensorAnnotation
>
2174
private static readonly pb::MessageParser<
TensorAnnotation
> _parser = new pb::MessageParser<
TensorAnnotation
>(() => new TensorAnnotation());
2177
public static pb::MessageParser<
TensorAnnotation
> Parser { get { return _parser; } }
2200
public TensorAnnotation(
TensorAnnotation
other) : this()
2208
public
TensorAnnotation
Clone()
2246
return Equals(other as
TensorAnnotation
);
2250
public bool Equals(
TensorAnnotation
other)
2316
public void MergeFrom(
TensorAnnotation
other)
2531
private 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);
2533
private readonly pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorAnnotation
> quantizationAnnotation_ = new pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorAnnotation
>();
2541
public pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorAnnotation
> QuantizationAnnotation