Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dkernel_build_info.cc152 const std::vector<TypeId> &KernelBuildInfo::GetAllInputDeviceTypes() const { return inputs_device_t… in GetAllInputDeviceTypes() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Danf_runtime_algorithm.cc395 std::vector<TypeId> AnfRuntimeAlgorithm::GetAllInputDeviceTypes(const AnfNodePtr &node) { in GetAllInputDeviceTypes() function in mindspore::session::AnfRuntimeAlgorithm