Searched refs:topk_r1_concat (Results 1 – 1 of 1) sorted by relevance
184 xla::XlaOp topk_r1_concat = xla::ConcatInDim(builder, topk_r1s, 0); in CreateTopKUnique() local186 xla::Transpose(xla::Reshape(topk_r1_concat, {k, height}), {1, 0}); in CreateTopKUnique()