Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/include/
Dcontext.h60 struct DeviceContext { struct
76 DeviceContextVector device_list_ = {{DT_CPU, {{false, MID_CPU}}}}; argument
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/
Dcontext.h57 struct DeviceContext { struct
68 DeviceContextVector device_list_ = {{DT_CPU, {false, MID_CPU}}}; argument
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h49 …explicit DeviceContext(const DeviceContextKey &device_context_key) : device_context_key_(device_co… in DeviceContext() function
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.h40 using DeviceContext = device::DeviceContext; variable