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