MCPcopy Create free account
hub / github.com/alibaba/nann / _forward_backward_log

Function _forward_backward_log

tensorflow/tensorflow/python/ops/ctc_ops.py:972–1056  ·  view source on GitHub ↗

Forward-backward algorithm computed in log domain. Args: state_trans_log_probs: tensor of shape [states, states] or if different transition matrix per batch [batch_size, states, states] initial_state_log_probs: tensor of shape [batch_size, states] final_state_log_probs: tensor o

(state_trans_log_probs, initial_state_log_probs,
                          final_state_log_probs, observed_log_probs,
                          sequence_length)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ctc_loss_and_gradFunction · 0.85

Calls 5

_scanFunction · 0.85
transposeMethod · 0.80
_get_dimFunction · 0.70
logMethod · 0.45
expand_dimsMethod · 0.45

Tested by

no test coverage detected