2 writes to Type
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
722
Type
= other.Type;
852
Type
= (global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType)input.ReadEnum();
10 references to Type
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\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
;