Home
last modified time | relevance | path

Searched refs:GenInputsJson (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dfusion_tbe_json_creator.h32 bool GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) override;
Dtbe_json_creator.h76 …virtual bool GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) { return fals… in GenInputsJson() function
Dsingle_tbe_json_creator.h33 bool GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) override;
Dfusion_tbe_json_creator.cc170 bool FusionBuildTbeJsonCreator::GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_j… in GenInputsJson() function in mindspore::kernel::FusionBuildTbeJsonCreator
Dsingle_tbe_json_creator.cc99 bool SingleTbeJsonCreator::GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) { in GenInputsJson() function in mindspore::kernel::SingleTbeJsonCreator
Dtbe_json_creator.cc226 if (!GenInputsJson(anf_node, compute_json)) { in GenComputeJson()