2 writes to elemType_
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
5360elemType_ = other.elemType_; 5385elemType_ = value;
2 references to elemType_
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
5360elemType_ = other.elemType_; 5382get { return elemType_; }