2 writes to valueType_
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5154
valueType_
= other.valueType_ != null ? other.valueType_.Clone() : null;
5194
valueType_
= value;
9 references to valueType_
Microsoft.ML.OnnxConverter (9)
OnnxMl.cs (9)
5154
valueType_ = other.
valueType_
!= null ? other.
valueType_
.Clone() : null;
5191
get { return
valueType_
; }
5225
if (
valueType_
!= null) hash ^= ValueType.GetHashCode();
5247
if (
valueType_
!= null)
5266
if (
valueType_
!= null)
5288
if (other.
valueType_
!= null)
5290
if (
valueType_
== null)
5317
if (
valueType_
== null)