4 writes to Version
Microsoft.ML.OnnxConverter (4)
OnnxMl.cs (2)
5910Version = other.Version; 5933Version = input.ReadInt64();
OnnxUtils.cs (2)
307model.OpsetImport.Add(new OperatorSetIdProto() { Domain = "ai.onnx.ml", Version = 2 }); 308model.OpsetImport.Add(new OperatorSetIdProto() { Domain = "", Version = opSetVersion });
10 references to Version
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
5836if (Version != other.Version) return false; 5845if (Version != 0L) hash ^= Version.GetHashCode(); 5867if (Version != 0L) 5870output.WriteInt64(Version); 5886if (Version != 0L) 5888size += 1 + pb::CodedOutputStream.ComputeInt64Size(Version); 5908if (other.Version != 0L) 5910Version = other.Version;