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