Home
last modified time | relevance | path

Searched defs:GetAllInputFormats (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.cc56 const std::vector<std::string> &KernelBuildInfo::GetAllInputFormats() const { return inputs_format_… in GetAllInputFormats() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc673 std::vector<std::string> AnfRuntimeAlgorithm::GetAllInputFormats(const AnfNodePtr &node) { in GetAllInputFormats() function in mindspore::session::AnfRuntimeAlgorithm