Home
last modified time | relevance | path

Searched refs:GetInputReshapeType (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.h61 std::string GetInputReshapeType(size_t input_index) const;
137 …kernel_build_info_->input_reshape_type_.emplace_back(kernel_build_info->GetInputReshapeType(index)… in KernelBuildInfoBuilder()
Dkernel_build_info.cc68 std::string KernelBuildInfo::GetInputReshapeType(size_t input_index) const { in GetInputReshapeType() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc202 std::string padding_axis = is_insert_input ? AnfAlgo::GetInputReshapeType(node, insert_index) in AddTransOpNodeToGraph()
219 AnfAlgo::GetInputReshapeType(node, insert_index)); in AddTransOpNodeToGraph()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h172 static std::string GetInputReshapeType(const AnfNodePtr &node, size_t output_idx);
Danf_runtime_algorithm.cc897 infer_shape = trans::PaddingShape(infer_shape, format, GetInputReshapeType(node, input_idx)); in GetInputDeviceShape()
902 std::string AnfRuntimeAlgorithm::GetInputReshapeType(const AnfNodePtr &node, size_t input_idx) { in GetInputReshapeType() function in mindspore::session::AnfRuntimeAlgorithm
920 return build_info->GetInputReshapeType(input_idx); in GetInputReshapeType()