Searched defs:ctc_merge_repeated (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/ |
H A D | ctc_loss_calculator.h | 117 bool ctc_merge_repeated, bool ignore_longer_outputs_than_inputs, in CalculateLoss() 374 const std::vector<int>& l_prime, const Matrix& y, bool ctc_merge_repeated, in CalculateForwardVariables() 431 const std::vector<int>& l_prime, const Matrix& y, bool ctc_merge_repeated, in CalculateBackwardVariables()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | ctc_ops.py | 75 ctc_merge_repeated=True, argument 198 ctc_merge_repeated=True, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | ctc_loss_op.cc | 241 bool ctc_merge_repeated; in CTCLossOpGPU() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
H A D | ctc_loss_op_test.py | 65 ctc_merge_repeated=True, argument
|