2 writes to ElemType
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
5087
ElemType
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto();
5109
ElemType
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto();
11 references to ElemType
Microsoft.ML.OnnxTransformer (11)
OnnxTypeParser.cs (3)
97
var elementType = GetNativeType(typeProto.SequenceType.
ElemType
);
247
var elemTypeProto = typeProto.SequenceType.
ElemType
;
340
var elementCaster = GetDataViewValueCasterAndResultedType(typeProto.SequenceType.
ElemType
, out Type elementType);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (8)
5025
if (!object.Equals(
ElemType
, other.
ElemType
)) return false;
5033
if (elemType_ != null) hash ^=
ElemType
.GetHashCode();
5053
output.WriteMessage(
ElemType
);
5067
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
ElemType
);
5089
ElemType
.MergeFrom(other.
ElemType
);
5111
input.ReadMessage(
ElemType
);