1 write to dim_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
3912
dim_
= other.dim_.Clone();
10 references to dim_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
3912
dim_ = other.
dim_
.Clone();
3930
get { return
dim_
; }
3950
if (!
dim_
.Equals(other.
dim_
)) return false;
3958
hash ^=
dim_
.GetHashCode();
3975
dim_
.WriteTo(output, _repeated_dim_codec);
3986
size +=
dim_
.CalculateSize(_repeated_dim_codec);
4001
dim_
.Add(other.
dim_
);
4018
dim_
.AddEntriesFrom(input, _repeated_dim_codec);