Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Draise_reduction_precision.cc37 AnfNodePtr RaiseReductionPrecision::CreateCast(const AnfNodePtr &input, const TypePtr &dst_type, in CreateCast() function in mindspore::graphkernel::RaiseReductionPrecision
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dcast.c196 KernelBase *CreateCast(OpParameter *param, int data_type) { in CreateCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h184 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
DNoFolder.h253 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h170 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dsparse_softmax_cross_entropy_with_logits_unify_mindir.cc475 CNodePtr CreateCast(const FuncGraphPtr &graph, const CNodePtr &cast, const AnfNodePtr &cast_input, in CreateCast() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_utils.cc214 CNodePtr CreateCast(const AnfNodePtr &cast_input, const ValueNodePtr &dest_type, const FuncGraphPtr… in CreateCast() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc3701 AnfNodePtr DfGraphConvertor::CreateCast(const AnfNodePtr &input, const TypePtr &dst_type) const { in CreateCast() function in mindspore::transform::DfGraphConvertor