2 writes to Type
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1109
Type
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto();
1140
Type
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto();
11 references to Type
Microsoft.ML.OnnxTransformer (11)
OnnxUtils.cs (3)
264
inputTypePool[valueInfo.Name] = OnnxTypeParser.GetDataViewType(valueInfo.
Type
);
275
outputTypePool[valueInfo.Name] = OnnxTypeParser.GetDataViewType(valueInfo.
Type
);
276
casterPool[valueInfo.Name] = OnnxTypeParser.GetDataViewValueCasterAndResultedType(valueInfo.
Type
, out Type actualType);
src\Microsoft.ML.OnnxConverter\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
);