Searched defs:GetAllInputFormats (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/ | ||
D | kernel_build_info.cc | 56 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/ | ||
D | anf_runtime_algorithm.cc | 673 std::vector<std::string> AnfRuntimeAlgorithm::GetAllInputFormats(const AnfNodePtr &node) { in GetAllInputFormats() function in mindspore::session::AnfRuntimeAlgorithm |