HomeSort by relevance Sort by last modified time
    Searched refs:CrfForwardRnnCell (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/crf/
__init__.py 27 @@CrfForwardRnnCell
43 from tensorflow.contrib.crf.python.ops.crf import CrfForwardRnnCell
  /external/tensorflow/tensorflow/contrib/crf/python/ops/
crf.py 67 "crf_unary_score", "crf_binary_score", "CrfForwardRnnCell",
139 forward_cell = CrfForwardRnnCell(transition_params)
262 class CrfForwardRnnCell(rnn_cell.RNNCell):
269 """Initialize the CrfForwardRnnCell.
288 """Build the CrfForwardRnnCell.

Completed in 71 milliseconds