2 writes to indices_
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3659indices_ = other.indices_ != null ? other.indices_.Clone() : null; 3708indices_ = value;
9 references to indices_
Microsoft.ML.OnnxConverter (9)
OnnxMl.cs (9)
3659indices_ = other.indices_ != null ? other.indices_.Clone() : null; 3705get { return indices_; } 3754if (indices_ != null) hash ^= Indices.GetHashCode(); 3777if (indices_ != null) 3797if (indices_ != null) 3824if (other.indices_ != null) 3826if (indices_ == null) 3858if (indices_ == null)