Home
last modified time | relevance | path

Searched defs:ConcatOffsetOp (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconcat_op.cc121 class ConcatOffsetOp : public XlaOpKernel { class
123 explicit ConcatOffsetOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in ConcatOffsetOp() function in tensorflow::__anon71b576930111::ConcatOffsetOp
/external/tensorflow/tensorflow/core/kernels/
Dconcat_op.cc245 class ConcatOffsetOp : public OpKernel { class
247 explicit ConcatOffsetOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in ConcatOffsetOp() function in tensorflow::ConcatOffsetOp