Searched refs:DEVICE_GPU_XLA_JIT (Results 1 – 13 of 13) sorted by relevance
104 registration.compilation_device_name = DEVICE_GPU_XLA_JIT; in CreateDevices()119 RegisterXlaDeviceKernels(DEVICE_XLA_GPU, DEVICE_GPU_XLA_JIT); in CreateDevices()154 options.compilation_device_name = DEVICE_GPU_XLA_JIT; in CreateDevices()161 LOG(INFO) << "Ignoring visible " << DEVICE_GPU_XLA_JIT in CreateDevices()
99 errors::AppendToMessage(&status, "while setting up ", DEVICE_GPU_XLA_JIT); in CreateDevices()
32 REGISTER_XLA_BACKEND(DEVICE_GPU_XLA_JIT, kGpuAllTypes, GpuOpFilter);
38 const char* const DEVICE_GPU_XLA_JIT = "XLA_GPU_JIT"; variable168 registration.compilation_device_name = DEVICE_GPU_XLA_JIT; in GetCompilationDevice()
43 extern const char* const DEVICE_GPU_XLA_JIT; // "GPU_XLA_JIT"
177 REGISTER_XLA_OP(Name("DummyDuplicateOp").Device(DEVICE_GPU_XLA_JIT),
36 is_gpu_(ctx->device_type().type_string() == DEVICE_GPU_XLA_JIT) {} in XlaArgMinMaxOp()
67 is_on_gpu_ = ctx->device_type().type_string() == DEVICE_GPU_XLA_JIT; in FusedBatchNormOp()248 is_on_gpu_ = ctx->device_type().type_string() == DEVICE_GPU_XLA_JIT; in FusedBatchNormGradOp()
120 is_gpu_(ctx->device_type().type_string() == DEVICE_GPU_XLA_JIT) {} in DiagPartOp()
41 is_gpu_(ctx->device_type().type_string() == DEVICE_GPU_XLA_JIT) {} in CategoricalOp()
86 if (device_type_string == DEVICE_GPU_XLA_JIT || in GetKeyCounter()101 if (device_type_string == DEVICE_GPU_XLA_JIT || in GetAlg()
43 if (device_type_string == DEVICE_GPU_XLA_JIT || in GetBitGeneratorForDevice()
348 is_gpu_(context->device_type().type_string() == DEVICE_GPU_XLA_JIT) { in MatrixDiagPartOp()