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