Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddevice.h149 virtual Status TryGetDeviceContext(DeviceContext** out_context) { in TryGetDeviceContext() function
/external/tensorflow/tensorflow/core/tpu/
Dvirtual_device.cc92 Status VirtualDevice::TryGetDeviceContext(DeviceContext** out_context) { in TryGetDeviceContext() function in tensorflow::VirtualDevice
/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h137 Status TryGetDeviceContext(DeviceContext** out_context) override { in TryGetDeviceContext() function
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc383 Status XlaDevice::TryGetDeviceContext(DeviceContext** out_context) { in TryGetDeviceContext() function in tensorflow::XlaDevice