Searched refs:ConcatOffsetOp (Results 1 – 4 of 4) sorted by relevance
121 class ConcatOffsetOp : public XlaOpKernel { class123 explicit ConcatOffsetOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in ConcatOffsetOp() function in tensorflow::__anon8bb65f0c0111::ConcatOffsetOp206 ConcatOffsetOp);
245 class ConcatOffsetOp : public OpKernel { class247 explicit ConcatOffsetOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in ConcatOffsetOp() function in tensorflow::ConcatOffsetOp322 ConcatOffsetOp);329 ConcatOffsetOp);
78 OperationName(TF::ConcatOffsetOp::getOperationName(), context), in AddSupportedOpsUsingFolding()
1313 static LogicalResult Verify(ConcatOffsetOp op) { in Verify()1362 LogicalResult ConcatOffsetOp::fold(ArrayRef<Attribute> operands, in fold()