Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.h169 class XlaRunOp : public OpKernel {
171 explicit XlaRunOp(OpKernelConstruction* ctx);
Dxla_ops.cc509 XlaRunOp::XlaRunOp(OpKernelConstruction* ctx) in XlaRunOp() function in tensorflow::XlaRunOp
512 void XlaRunOp::Compute(OpKernelContext* ctx) { in Compute()
573 REGISTER_KERNEL_BUILDER(Name("_XlaRun").Device(DEVICE_CPU), XlaRunOp);
574 REGISTER_KERNEL_BUILDER(Name("_XlaRun").Device(DEVICE_GPU), XlaRunOp);
/external/tensorflow/tensorflow/compiler/jit/
Dxla_interpreter_device.cc84 REGISTER_XLA_RUN_KERNEL(DEVICE_XLA_INTERPRETER, XlaRunOp, kExecAllTypes);
Dxla_cpu_device.cc93 REGISTER_XLA_RUN_KERNEL(DEVICE_XLA_CPU, XlaRunOp, kAllXlaCpuTypes);
Dxla_gpu_device.cc126 REGISTER_XLA_RUN_KERNEL(DEVICE_XLA_GPU, XlaRunOp, kAllXlaGpuTypes);