Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/ctc/
Dctc_loss_calculator.cc164 float negative_term = expf(prob_sum[l] - log_p_z_x); in CalculateGradient() local
166 dy_b(l, output_delay_ + t) = y(l, output_delay_ + t) - negative_term; in CalculateGradient()