Searched defs:TypeCast (Results 1 – 3 of 3) sorted by relevance
112 class TypeCast(TensorOperation): class
274 TypeCast::TypeCast(mindspore::DataType data_type) : data_(std::make_shared<Data>()) { in TypeCast() function in mindspore::dataset::transforms::TypeCast
302 Status TypeCast(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, const DataTy… in TypeCast() function