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