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