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