Home
last modified time | relevance | path

Searched refs:kJsonKeyStitchAtomicOp (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.h60 constexpr auto kJsonKeyStitchAtomicOp = "stitch_atomic_op"; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_splitter.cc44 if (buffer_stitch.find(kJsonKeyStitchAtomicOp) != buffer_stitch.end()) { in GetStitchInfo()
45 std::vector<std::string> stitch_atomic_ops = buffer_stitch[kJsonKeyStitchAtomicOp]; in GetStitchInfo()