/external/tensorflow/tensorflow/contrib/crf/python/ops/ |
D | crf.py | 74 def crf_sequence_score(inputs, tag_indices, sequence_lengths, argument 119 def crf_multitag_sequence_score(inputs, tag_bitmap, sequence_lengths, argument 171 def crf_log_norm(inputs, sequence_lengths, transition_params): argument 232 sequence_lengths, argument 265 def crf_unary_score(tag_indices, sequence_lengths, inputs): argument 301 def crf_binary_score(tag_indices, sequence_lengths, transition_params): argument
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | rnn_common.py | 182 def select_last_activations(activations, sequence_lengths): argument 212 def mask_activations_and_labels(activations, labels, sequence_lengths): argument
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
D | decoder.py | 115 def finalize(self, outputs, final_state, sequence_lengths): argument 234 def finalize(self, outputs, final_state, sequence_lengths): argument 381 def body(time, outputs_ta, state, inputs, finished, sequence_lengths): argument
|
D | beam_search_decoder.py | 335 def finalize(self, outputs, final_state, sequence_lengths): argument 1157 def _get_scores(log_probs, sequence_lengths, length_penalty_weight, argument 1241 def _length_penalty(sequence_lengths, penalty_factor): argument
|
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_beam_search_test.cc | 119 int sequence_lengths[batch_size] = {timesteps}; in TEST() local 194 int sequence_lengths[batch_size] = {timesteps}; in TEST() local 264 int sequence_lengths[batch_size] = {timesteps}; in TEST() local
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/ |
D | cudnn_rnn_ops.py | 958 sequence_lengths=None, argument 1049 sequence_lengths=None, argument 1105 sequence_lengths=None, argument 1161 sequence_lengths=None, argument 1218 sequence_lengths=None, argument 1266 sequence_lengths=None, argument 1596 sequence_lengths=None, argument 1735 sequence_lengths=None, argument 1831 sequence_lengths=None, argument
|
/external/tensorflow/tensorflow/contrib/crf/python/kernel_tests/ |
D | crf_test.py | 35 sequence_lengths): argument
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/ |
D | cudnn_rnn.py | 380 sequence_lengths=None, argument 498 def _forward(self, inputs, h, c, opaque_params, sequence_lengths, time_major, argument
|
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/ |
D | functional_rnn.py | 179 def _ApplyLengthsToBatch(sequence_lengths, tf_output): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cudnn_rnn_ops.cc | 642 const Tensor** sequence_lengths, in ExtractForwardInput() 737 const Tensor* sequence_lengths, bool time_major, in DoForward() 800 Tensor* params_backprop, const Tensor* sequence_lengths, bool time_major, in DoBackward() 1281 const Tensor* sequence_lengths = nullptr; in ComputeAndReturnAlgorithm() local 1667 const Tensor* sequence_lengths = nullptr; in ComputeImpl() local
|