2 writes to values_
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3658values_ = other.values_ != null ? other.values_.Clone() : null; 3683values_ = value;
9 references to values_
Microsoft.ML.OnnxConverter (9)
OnnxMl.cs (9)
3658values_ = other.values_ != null ? other.values_.Clone() : null; 3680get { return values_; } 3753if (values_ != null) hash ^= Values.GetHashCode(); 3772if (values_ != null) 3793if (values_ != null) 3816if (other.values_ != null) 3818if (values_ == null) 3849if (values_ == null)