Searched refs:DEVICE_XLA_GPU (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_state_ops.cc | 61 .Device(DEVICE_XLA_GPU) 72 .Device(DEVICE_XLA_GPU) 81 .Device(DEVICE_XLA_GPU) 92 .Device(DEVICE_XLA_GPU) 105 .Device(DEVICE_XLA_GPU) 118 .Device(DEVICE_XLA_GPU) 131 .Device(DEVICE_XLA_GPU) 142 .Device(DEVICE_XLA_GPU) 155 .Device(DEVICE_XLA_GPU) 166 .Device(DEVICE_XLA_GPU) [all …]
|
D | xrt_compile_ops.cc | 286 .Device(DEVICE_XLA_GPU) 296 .Device(DEVICE_XLA_GPU)
|
D | xrt_execute_op.cc | 590 .Device(DEVICE_XLA_GPU) 605 .Device(DEVICE_XLA_GPU)
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_gpu_device.cc | 88 absl::StrCat("/physical_device:", DEVICE_XLA_GPU, ":", i)); in ListPhysicalDevices() 116 XlaOpRegistry::RegisterCompilationDevice(DEVICE_XLA_GPU, registration); in CreateDevices() 119 RegisterXlaDeviceKernels(DEVICE_XLA_GPU, DEVICE_GPU_XLA_JIT); in CreateDevices() 152 options.device_name = DEVICE_XLA_GPU; in CreateDevices() 171 REGISTER_LOCAL_DEVICE_FACTORY(DEVICE_XLA_GPU, XlaGpuDeviceFactory); 180 REGISTER_XLA_LAUNCH_KERNEL(DEVICE_XLA_GPU, XlaLocalLaunchOp, kAllXlaGpuTypes); 181 REGISTER_XLA_COMPILE_KERNEL(DEVICE_XLA_GPU, XlaCompileOp, kAllXlaGpuTypes); 182 REGISTER_XLA_RUN_KERNEL(DEVICE_XLA_GPU, XlaRunOp, kAllXlaGpuTypes); 184 REGISTER_XLA_DEVICE_KERNELS(DEVICE_XLA_GPU, kAllXlaGpuTypes);
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | unary_ops_composition_test.cc | 58 tensorflow::IsGoogleCudaEnabled() ? DEVICE_XLA_GPU : DEVICE_XLA_CPU; in RunComposedOp()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry.h | 46 extern const char* const DEVICE_XLA_GPU;
|
D | xla_op_registry.cc | 40 const char* const DEVICE_XLA_GPU = "XLA_GPU"; variable
|