Home
last modified time | relevance | path

Searched defs:ConcatOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconcat_op.cc100 class ConcatOp : public ConcatBaseOp { class
102 explicit ConcatOp(OpKernelConstruction* c) in ConcatOp() function in tensorflow::__anon71b576930111::ConcatOp
/external/tensorflow/tensorflow/core/kernels/
Dconcat_op.cc180 using ConcatOp = ConcatBaseOp<Device, T, NAME_IS_CONCAT_DIM>; typedef
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18476 SDValue ConcatOp = VecOp.getOperand(Elt / ConcatNumElts); in visitEXTRACT_VECTOR_ELT() local