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