Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dconcat_op.cc121 class ConcatOffsetOp : public XlaOpKernel { class
123 explicit ConcatOffsetOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in ConcatOffsetOp() function in tensorflow::__anon6d7fa6820111::ConcatOffsetOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconcat_op.cc244 class ConcatOffsetOp : public OpKernel { class
246 explicit ConcatOffsetOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in ConcatOffsetOp() function in tensorflow::ConcatOffsetOp