Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.h63 std::string GetInputValueDepend(size_t input_index) const;
138 …kernel_build_info_->input_value_depend_.emplace_back(kernel_build_info->GetInputValueDepend(index)… in KernelBuildInfoBuilder()
Dkernel_build_info.cc79 std::string KernelBuildInfo::GetInputValueDepend(size_t input_index) const { in GetInputValueDepend() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.cc506 auto value_depend = build_info->GetInputValueDepend(real_input_index); in GenInputConstValue()