Home
last modified time | relevance | path

Searched defs:device_context_key (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h49 …explicit DeviceContext(const DeviceContextKey &device_context_key) : device_context_key_(device_co… in DeviceContext()
111 const DeviceContextKey &device_context_key() const { return device_context_key_; } in device_context_key() function
Ddevice_context_manager.cc36 …ontext *DeviceContextManager::GetOrCreateDeviceContext(const DeviceContextKey &device_context_key)… in GetOrCreateDeviceContext()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.h32 explicit CPUDeviceContext(const DeviceContextKey &device_context_key) in CPUDeviceContext()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.h32 explicit GPUDeviceContext(const DeviceContextKey &device_context_key) in GPUDeviceContext()