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