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