Home
last modified time | relevance | path

Searched refs:LaunchOpHasKernelForDevice (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc42 static Status LaunchOpHasKernelForDevice(const DeviceType& device_type) { in LaunchOpHasKernelForDevice() function
143 if (LaunchOpHasKernelForDevice(DeviceType(DEVICE_CPU)).ok()) { in GetCompilationDevice()
153 if (LaunchOpHasKernelForDevice(DeviceType(DEVICE_GPU)).ok()) { in GetCompilationDevice()