Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dctc_decoder_ops.cc36 inline float RowMax(const TTypes<float>::UnalignedConstMatrix& m, int r, in RowMax() function
224 log_prob_t(b, 0) += -RowMax(input_list_t[t], b, &max_class_indices); in Compute()