Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddevice_util.h125 DeviceRegistration* GetCompilationDevice(DeviceId device) const { in GetCompilationDevice() function
129 StatusOr<DeviceRegistration*> GetCompilationDevice(absl::string_view name) { in GetCompilationDevice() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc144 /* static */ bool XlaOpRegistry::GetCompilationDevice( in GetCompilationDevice() function in tensorflow::XlaOpRegistry