3 writes to Type
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1109Type = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto(); 1140Type = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto();
OnnxUtils.cs (1)
58value.Type = new TypeProto();
10 references to Type
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (8)
1022if (!object.Equals(Type, other.Type)) return false; 1032if (type_ != null) hash ^= Type.GetHashCode(); 1058output.WriteMessage(Type); 1081size += 1 + pb::CodedOutputStream.ComputeMessageSize(Type); 1111Type.MergeFrom(other.Type); 1142input.ReadMessage(Type);
OnnxUtils.cs (2)
57if (value.Type == null) 60MakeType(value.Type, dataType, dims, dimsParam);