Home
last modified time | relevance | path

Searched refs:ConcatV2Op (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconcat_op.cc177 using ConcatV2Op = ConcatBaseOp<Device, T, NAME_IS_AXIS>; typedef
189 ConcatV2Op<CPUDevice, type>)
212 ConcatV2Op<GPUDevice, type>)
239 ConcatV2Op<CPUDevice, int32>);
254 ConcatV2Op<SYCLDevice, type>)
271 ConcatV2Op<CPUDevice, int32>);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconcat_op.cc108 class ConcatV2Op : public ConcatBaseOp { class
110 explicit ConcatV2Op(OpKernelConstruction* c) in ConcatV2Op() function in tensorflow::__anon01eae5b50111::ConcatV2Op
119 ConcatV2Op);