3 writes to IrVersion
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1876
IrVersion
= other.IrVersion;
1924
IrVersion
= input.ReadInt64();
OnnxUtils.cs (1)
305
model.
IrVersion
= (long)OnnxCSharpToProtoWrapper.Version.IrVersion;
10 references to IrVersion
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1742
if (
IrVersion
!= other.
IrVersion
) return false;
1758
if (
IrVersion
!= 0L) hash ^=
IrVersion
.GetHashCode();
1783
if (
IrVersion
!= 0L)
1786
output.WriteInt64(
IrVersion
);
1830
if (
IrVersion
!= 0L)
1832
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
IrVersion
);
1874
if (other.
IrVersion
!= 0L)
1876
IrVersion = other.
IrVersion
;