2 writes to elemType_
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
4981
elemType_
= other.elemType_ != null ? other.elemType_.Clone() : null;
5004
elemType_
= value;
9 references to elemType_
Microsoft.ML.OnnxConverter (9)
OnnxMl.cs (9)
4981
elemType_ = other.
elemType_
!= null ? other.
elemType_
.Clone() : null;
5001
get { return
elemType_
; }
5033
if (
elemType_
!= null) hash ^= ElemType.GetHashCode();
5050
if (
elemType_
!= null)
5065
if (
elemType_
!= null)
5083
if (other.
elemType_
!= null)
5085
if (
elemType_
== null)
5107
if (
elemType_
== null)