2 writes to Shape
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
4910Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto(); 4937Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto();
13 references to Shape
Microsoft.ML.OnnxTransformer (13)
OnnxTypeParser.cs (5)
83if (typeProto.TensorType.Shape == null || typeProto.TensorType.Shape.Dim.Count == 0) 227if (typeProto.TensorType.Shape.Dim.Count == 0) 233var shape = GetTensorDims(typeProto.TensorType.Shape); 292var shape = GetTensorDims(typeProto.TensorType.Shape);
src\Microsoft.ML.OnnxConverter\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);