2 writes to Shape
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5496
Shape
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto();
5523
Shape
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto();
8 references to Shape
Microsoft.ML.OnnxConverter (8)
OnnxMl.cs (8)
5420
if (!object.Equals(
Shape
, other.
Shape
)) return false;
5429
if (shape_ != null) hash ^=
Shape
.GetHashCode();
5454
output.WriteMessage(
Shape
);
5472
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Shape
);
5498
Shape
.MergeFrom(other.
Shape
);
5525
input.ReadMessage(
Shape
);