Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drandom_shuffle_op.cc51 OutT output_mat, Random& uniform) { in IndexedShuffle() argument
58 output_mat.template chip<0>(i) = input_mat.template chip<0>(permutation[i]); in IndexedShuffle()
94 auto output_mat = output->flat_outer_dims<T>(); in Compute() local
96 IndexedShuffle<int32>(size, input_mat, output_mat, uniform); in Compute()
98 IndexedShuffle<int64>(size, input_mat, output_mat, uniform); in Compute()