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