Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.h59 constexpr auto kJsonKeyStitchOp = "stitch_op"; variable
Dakg_kernel_json_generator.cc584 stitch_json[kJsonKeyStitchOp] = v; in GenStitchJson()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_splitter.cc40 if (buffer_stitch.find(kJsonKeyStitchOp) != buffer_stitch.end()) { in GetStitchInfo()
41 std::vector<std::string> stitch_ops = buffer_stitch[kJsonKeyStitchOp]; in GetStitchInfo()