Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.cc62 const std::vector<TypeId> &KernelBuildInfo::GetAllOutputDeviceTypes() const { return outputs_device… in GetAllOutputDeviceTypes() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc703 std::vector<TypeId> AnfRuntimeAlgorithm::GetAllOutputDeviceTypes(const AnfNodePtr &node) { in GetAllOutputDeviceTypes() function in mindspore::session::AnfRuntimeAlgorithm