1 write to metadataProps_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
1558
metadataProps_
= other.metadataProps_.Clone();
10 references to metadataProps_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1558
metadataProps_ = other.
metadataProps_
.Clone();
1722
get { return
metadataProps_
; }
1750
if (!
metadataProps_
.Equals(other.
metadataProps_
)) return false;
1766
hash ^=
metadataProps_
.GetHashCode();
1819
metadataProps_
.WriteTo(output, _repeated_metadataProps_codec);
1859
size +=
metadataProps_
.CalculateSize(_repeated_metadataProps_codec);
1907
metadataProps_
.Add(other.
metadataProps_
);
1968
metadataProps_
.AddEntriesFrom(input, _repeated_metadataProps_codec);