Searched defs:ctc_merge_repeated (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/util/ctc/ |
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()
|
/external/tensorflow/tensorflow/python/ops/ |
D | ctc_ops.py | 79 ctc_merge_repeated=True, argument 202 ctc_merge_repeated=True, argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | ctc_loss_op_test.py | 68 ctc_merge_repeated=True, argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ctc_loss_op.cc | 232 bool ctc_merge_repeated; in CTCLossOpGPU() local
|