Searched refs:GenInputsJson (Results 1 – 6 of 6) sorted by relevance
32 bool GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) override;
76 …virtual bool GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) { return fals… in GenInputsJson() function
33 bool GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) override;
170 bool FusionBuildTbeJsonCreator::GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_j… in GenInputsJson() function in mindspore::kernel::FusionBuildTbeJsonCreator
99 bool SingleTbeJsonCreator::GenInputsJson(const AnfNodePtr &anf_node, nlohmann::json *compute_json) { in GenInputsJson() function in mindspore::kernel::SingleTbeJsonCreator
226 if (!GenInputsJson(anf_node, compute_json)) { in GenComputeJson()