Searched defs:device_context_key (Results 1 – 11 of 11) sorted by relevance
107 …explicit CPUDeviceContext(const DeviceContextKey &device_context_key) : DeviceInterface(device_con… in CPUDeviceContext()
178 …explicit GPUDeviceContext(const DeviceContextKey &device_context_key) : DeviceInterface(device_con… in GPUDeviceContext()
47 …explicit GeDeviceContext(const DeviceContextKey &device_context_key) : DeviceInterface(device_cont… in GeDeviceContext()
79 DeviceContextKey device_context_key{"CPU", 0}; in TEST_F() local
150 DeviceContextKey device_context_key{device_name, device_id}; in TEST_F() local222 DeviceContextKey device_context_key{device_name, device_id}; in TEST_F() local
108 DeviceContextKey device_context_key{device_name, device_id}; in TEST_F() local
179 DeviceContextKey device_context_key{"CPU", 0}; in TEST_F() local
133 runtime::test::DeviceContextKey device_context_key{kDefaultDeviceName, 0}; in Compile() local
209 …explicit TestDeviceContext(const DeviceContextKey &device_context_key) : DeviceInterface(device_co… in TestDeviceContext()
72 explicit DeviceContext(const DeviceContextKey &device_context_key) in DeviceContext()93 const DeviceContextKey &device_context_key() const { return device_context_key_; } in device_context_key() function
440 …ontext *DeviceContextManager::GetOrCreateDeviceContext(const DeviceContextKey &device_context_key)… in GetOrCreateDeviceContext()