2 writes to dataType_
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
2776dataType_ = other.dataType_; 2825dataType_ = value;
2 references to dataType_
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
2776dataType_ = other.dataType_; 2822get { return dataType_; }