Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_cpu_device.cc60 registration.compilation_device_name = DEVICE_CPU_XLA_JIT; in CreateDevices()
77 RegisterXlaDeviceKernels(DEVICE_XLA_CPU, DEVICE_CPU_XLA_JIT); in CreateDevices()
88 options.compilation_device_name = DEVICE_CPU_XLA_JIT; in CreateDevices()
Dxla_compilation_cache_test.cc64 DeviceType device_type = DeviceType(DEVICE_CPU_XLA_JIT); in TEST()
Dcompilability_check_util_test.cc67 REGISTER_XLA_OP(Name("CompilableOp").Device(DEVICE_CPU_XLA_JIT),
106 DeviceType device_type_ = DeviceType(DEVICE_CPU_XLA_JIT);
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc63 absl::StrCat("/device:", DEVICE_CPU_XLA_JIT)); in ConvertGraphToXla()
72 compiler_options.device_type = DeviceType(DEVICE_CPU_XLA_JIT); in ConvertGraphToXla()
Dxla_cpu_backend.cc32 REGISTER_XLA_BACKEND(DEVICE_CPU_XLA_JIT, kCpuAllTypes, CpuOpFilter);
Dxla_op_registry_test.cc57 .Device(DEVICE_CPU_XLA_JIT)
Dxla_op_registry.cc37 const char* const DEVICE_CPU_XLA_JIT = "XLA_CPU_JIT"; variable
159 registration.compilation_device_name = DEVICE_CPU_XLA_JIT; in GetCompilationDevice()
Dxla_op_registry.h42 extern const char* const DEVICE_CPU_XLA_JIT; // "CPU_XLA_JIT"
Dxla_compiler_test.cc73 options.device_type = DeviceType(DEVICE_CPU_XLA_JIT); in DefaultOptions()
175 REGISTER_XLA_OP(Name("DummyDuplicateOp").Device(DEVICE_CPU_XLA_JIT),
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops_v2.cc87 device_type_string == DEVICE_CPU_XLA_JIT) { in GetKeyCounter()
102 device_type_string == DEVICE_CPU_XLA_JIT) { in GetAlg()
Dstateless_random_ops.cc44 device_type_string == DEVICE_CPU_XLA_JIT) { in GetBitGeneratorForDevice()