Searched refs:GenOtherJson (Results 1 – 6 of 6) sorted by relevance
41 void GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) override;
80 virtual void GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) {} in GenOtherJson() function
43 void GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) override;
310 void FusionBuildTbeJsonCreator::GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_js… in GenOtherJson() function in mindspore::kernel::FusionBuildTbeJsonCreator
313 void SingleTbeJsonCreator::GenOtherJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) { in GenOtherJson() function in mindspore::kernel::SingleTbeJsonCreator
237 GenOtherJson(anf_node, compute_json); in GenComputeJson()