Home | History | Annotate | Download | only in kernels

Lines Matching defs:Concat

43 Status Concat(OpKernelContext* context, const gtl::ArraySlice<Tensor>& inputs,
48 // Note that we reduce the concat of k-dimensional tensors into a two
49 // dimensional concat. Assuming the dimensions of any input tensor are
396 concat_status = Concat<type>(last_task_context, to_concatenate, i); \
846 TF_RETURN_IF_ERROR(Concat<type>(context, tensors, 0)); \