Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py566 def _state_to_olabel(labels, num_labels, states): function
672 olabel_log_probs = _state_to_olabel(labels, num_labels, fwd_bwd_log_probs)
/external/tensorflow/tensorflow/python/kernel_tests/
Dctc_loss_op_test.py779 olabel = ctc_ops._state_to_olabel(labels, num_labels, states)