12 writes to Type
Microsoft.ML.OnnxConverter (12)
OnnxMl.cs (2)
722Type = other.Type; 852Type = (global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType)input.ReadEnum();
OnnxUtils.cs (10)
76attribute.Type = AttributeProto.Types.AttributeType.Int; 84attribute.Type = AttributeProto.Types.AttributeType.Float; 94attribute.Type = AttributeProto.Types.AttributeType.Floats; 104attribute.Type = AttributeProto.Types.AttributeType.Floats; 112attribute.Type = AttributeProto.Types.AttributeType.Int; 122attribute.Type = AttributeProto.Types.AttributeType.Ints; 130attribute.Type = AttributeProto.Types.AttributeType.String; 140attribute.Type = AttributeProto.Types.AttributeType.Strings; 148attribute.Type = AttributeProto.Types.AttributeType.Graph; 158attribute.Type = AttributeProto.Types.AttributeType.Graphs;
10 references to Type
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
530if (Type != other.Type) return false; 553if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType.Undefined) hash ^= Type.GetHashCode(); 622if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType.Undefined) 625output.WriteEnum((int)Type); 660if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType.Undefined) 662size += 2 + pb::CodedOutputStream.ComputeEnumSize((int)Type); 720if (other.Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType.Undefined) 722Type = other.Type;