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