Searched defs:ctc_merge_repeated (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_loss_calculator.cc | 25 const std::vector<int>& l_prime, const Matrix& y, bool ctc_merge_repeated, in CalculateForwardVariables() 79 const std::vector<int>& l_prime, const Matrix& y, bool ctc_merge_repeated, in CalculateBackwardVariables()
|
D | ctc_loss_calculator.h | 111 bool ctc_merge_repeated, bool ignore_longer_outputs_than_inputs, in CalculateLoss()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | ctc_loss_op_test.py | 64 ctc_merge_repeated=True, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | ctc_ops.py | 48 ctc_merge_repeated=True, argument
|