Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drandom_shuffle_op.cc50 static void IndexedShuffle(const int64 size, const InT& input_mat, in IndexedShuffle() function
96 IndexedShuffle<int32>(size, input_mat, output_mat, uniform); in Compute()
98 IndexedShuffle<int64>(size, input_mat, output_mat, uniform); in Compute()