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