Searched defs:TypeCast (Results 1 – 5 of 5) sorted by relevance
131 class TypeCast(TensorOperation): class
1140 class TypeCast(TensorOperation): class
492 class TypeCast(nn.Cell): class
276 TypeCast::TypeCast(mindspore::DataType data_type) : data_(std::make_shared<Data>()) { in TypeCast() function in mindspore::dataset::transforms::TypeCast
312 Status TypeCast(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, const DataTy… in TypeCast() function