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