Home
last modified time | relevance | path

Searched refs:cast_dtype (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dmerge_cast_to_op.cc126 auto cast_dtype = AnfAlgo::GetOutputInferDataType(cast, 0); in ChangeNodeInferInfo() local
134 (void)types.emplace_back(cast_dtype); in ChangeNodeInferInfo()
143 (void)prim_op->AddAttr("cast_type", TypeIdToType(cast_dtype)); in ChangeNodeInferInfo()
/third_party/mindspore/mindspore/core/ir/
Dtensor.h308 TypePtr cast_dtype() { return cast_dtype_; } in cast_dtype() function
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc1181 const auto &cast_type = tensor->cast_dtype(); in DoParamMixPrecisionCast()