6 instantiations of TensorShapeProto
Microsoft.ML.OnnxTransformer (6)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (6)
3884
private static readonly pb::MessageParser<TensorShapeProto> _parser = new pb::MessageParser<TensorShapeProto>(() => new
TensorShapeProto
());
3919
return new
TensorShapeProto
(this);
4910
Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
();
4937
Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
();
5496
Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
();
5523
Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
();
28 references to TensorShapeProto
Microsoft.ML.OnnxTransformer (28)
OnnxTypeParser.cs (5)
166
public static int GetDimValue(OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension dim)
171
case OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension.ValueOneofCase.DimValue:
178
case OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension.ValueOneofCase.DimParam:
181
case OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension.ValueOneofCase.None:
192
public static IEnumerable<int> GetTensorDims(Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
tensorShapeProto)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (23)
122
new pbr::GeneratedClrTypeInfo(typeof(global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
), global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Parser, new[]{ "Dim" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension), global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension.Parser, new[]{ "DimValue", "DimParam", "Denotation" }, new[]{ "Value" }, null, null, null)}),
3882
public sealed partial class TensorShapeProto : pb::IMessage<
TensorShapeProto
>
3884
private static readonly pb::MessageParser<
TensorShapeProto
> _parser = new pb::MessageParser<
TensorShapeProto
>(() => new TensorShapeProto());
3887
public static pb::MessageParser<
TensorShapeProto
> Parser { get { return _parser; } }
3910
public TensorShapeProto(
TensorShapeProto
other) : this()
3917
public
TensorShapeProto
Clone()
3924
private static readonly pb::FieldCodec<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension> _repeated_dim_codec
3925
= pb::FieldCodec.ForMessage(10, global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension.Parser);
3926
private readonly pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension> dim_ = new pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension>();
3928
public pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Types.Dimension> Dim
3936
return Equals(other as
TensorShapeProto
);
3940
public bool Equals(
TensorShapeProto
other)
3995
public void MergeFrom(
TensorShapeProto
other)
4040
get { return global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
.Descriptor.NestedTypes[0]; }
4805
private global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
shape_;
4807
public global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
Shape
5391
private global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
shape_;
5393
public global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
TensorShapeProto
Shape