Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dimage_resize_ops.cc139 .Device(DEVICE_TPU_XLA_JIT),
144 .Device(DEVICE_TPU_XLA_JIT),
149 .Device(DEVICE_TPU_XLA_JIT),
152 REGISTER_XLA_OP(Name("ResizeBilinearGrad").Device(DEVICE_TPU_XLA_JIT),
Dtpu_compile_op_common.cc289 compiler_options.device_type = DeviceType(DEVICE_TPU_XLA_JIT); in CompileTFFunctionToHlo()
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dindex_ops.cc29 .Device(DEVICE_TPU_XLA_JIT)
Dsegment_reduction_ops.cc120 .Device(DEVICE_TPU_XLA_JIT)
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_tpu_backend.cc24 REGISTER_XLA_BACKEND(DEVICE_TPU_XLA_JIT, kTpuAllTypes, TpuOpFilter); in RegisterTpuXlaBackend()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_defs.cc23 const char* const DEVICE_TPU_XLA_JIT = "XLA_TPU_JIT"; variable
Dtpu_defs.h40 extern const char* const DEVICE_TPU_XLA_JIT; // "XLA_TPU_JIT";
/external/tensorflow/tensorflow/compiler/jit/
Dxla_tpu_device.cc341 registration.compilation_device_name = DEVICE_TPU_XLA_JIT; in CreateDevices()
359 RegisterXlaDeviceKernels(DEVICE_TPU_NODE, DEVICE_TPU_XLA_JIT); in CreateDevices()
372 options.compilation_device_name = DEVICE_TPU_XLA_JIT; in CreateDevices()
383 errors::AppendToMessage(&status, "while setting up ", DEVICE_TPU_XLA_JIT, in CreateDevices()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhere_op.cc88 REGISTER_XLA_OP(Name("Where").Device(DEVICE_TPU_XLA_JIT), WhereOp);
Dunique_op.cc255 REGISTER_XLA_OP(Name("Unique").Device(DEVICE_TPU_XLA_JIT), UniqueOp);
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dcompile_mlir_util.cc223 return device_type == DEVICE_TPU_XLA_JIT; in CanInlineFunctionsPostLegalization()