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