HomeSort by relevance Sort by last modified time
    Searched defs:XlaOpKernel (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h 29 // XlaOpKernel and implement the Compile() method. Unlike a regular OpKernel,
30 // an XlaOpKernel produces and consumes symbolic values during compilation.
33 class XlaOpKernel : public OpKernel {
35 explicit XlaOpKernel(OpKernelConstruction* construction);
45 // The context passed to the Compile() method of XlaOpKernel. An
xla_op_kernel.cc 480 XlaOpKernel::XlaOpKernel(OpKernelConstruction* context) : OpKernel(context) {}
482 void XlaOpKernel::Compute(OpKernelContext* context) {

Completed in 70 milliseconds