3 writes to Shape
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
4910
Shape
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto();
4937
Shape
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto();
OnnxUtils.cs (1)
36
typeProto.TensorType.
Shape
= new TensorShapeProto();
10 references to Shape
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (8)
4834
if (!object.Equals(
Shape
, other.
Shape
)) return false;
4843
if (shape_ != null) hash ^=
Shape
.GetHashCode();
4868
output.WriteMessage(
Shape
);
4886
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Shape
);
4912
Shape
.MergeFrom(other.
Shape
);
4939
input.ReadMessage(
Shape
);
OnnxUtils.cs (2)
35
if (typeProto.TensorType.
Shape
== null)
43
typeProto.TensorType.
Shape
.Dim.Add(d);