Home
last modified time | relevance | path

Searched defs:GenOtherJson (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.h80 virtual void GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) {} in GenOtherJson() function
Dfusion_tbe_json_creator.cc310 void FusionBuildTbeJsonCreator::GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_js… in GenOtherJson() function in mindspore::kernel::FusionBuildTbeJsonCreator
Dsingle_tbe_json_creator.cc313 void SingleTbeJsonCreator::GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) { in GenOtherJson() function in mindspore::kernel::SingleTbeJsonCreator