2 writes to sparseTensor_
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
242
sparseTensor_
= other.sparseTensor_ != null ? other.sparseTensor_.Clone() : null;
422
sparseTensor_
= value;
9 references to sparseTensor_
Microsoft.ML.OnnxConverter (9)
OnnxMl.cs (9)
242
sparseTensor_ = other.
sparseTensor_
!= null ? other.
sparseTensor_
.Clone() : null;
419
get { return
sparseTensor_
; }
559
if (
sparseTensor_
!= null) hash ^= SparseTensor.GetHashCode();
632
if (
sparseTensor_
!= null)
684
if (
sparseTensor_
!= null)
752
if (other.
sparseTensor_
!= null)
754
if (
sparseTensor_
== null)
862
if (
sparseTensor_
== null)