Home
last modified time | relevance | path

Searched defs:TypeCastOp (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/
Dtype_cast_op.cc24 TypeCastOp::TypeCastOp(const DataType &new_type) : type_(new_type) {} in TypeCastOp() function in mindspore::dataset::TypeCastOp
26 TypeCastOp::TypeCastOp(const std::string &data_type) { type_ = DataType(data_type); } in TypeCastOp() function in mindspore::dataset::TypeCastOp