Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dsingle_tbe_json_creator.cc153 auto ori_shape = TbeJsonUtils::GetInputOriShapeForTbeBuild(anf_node, real_input_index); in GenInputDescJson()
353 auto ori_shape = TbeJsonUtils::GetInputOriShapeForTbeBuild(anf_node, real_input_index); in GenInputDescJson()
406 auto ori_shape = TbeJsonUtils::GetInputOriShapeForTbeBuild(anf_node, real_input_index); in GenInputDescJson()
Dtbe_json_utils.h116 …static std::vector<int64_t> GetInputOriShapeForTbeBuild(const AnfNodePtr &anf_node, size_t real_id…
Dtbe_json_utils.cc79 std::vector<int64_t> TbeJsonUtils::GetInputOriShapeForTbeBuild(const AnfNodePtr &anf_node, size_t r… in GetInputOriShapeForTbeBuild() function in mindspore::kernel::TbeJsonUtils