Home
last modified time | relevance | path

Searched defs:sequence_length (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py33 def ctc_loss(labels, inputs, sequence_length, argument
191 def ctc_greedy_decoder(inputs, sequence_length, merge_repeated=True): argument
235 def ctc_beam_search_decoder(inputs, sequence_length, beam_width=100, argument
Drnn.py149 time, sequence_length, min_sequence_length, max_sequence_length, argument
328 def bidirectional_dynamic_rnn(cell_fw, cell_bw, inputs, sequence_length=None, argument
458 def dynamic_rnn(cell, inputs, sequence_length=None, initial_state=None, argument
652 sequence_length=None, argument
1172 sequence_length=None, argument
1342 sequence_length=None, argument
1429 sequence_length=None, argument
/external/tensorflow/tensorflow/core/ops/
Dctc_ops.cc41 ShapeHandle sequence_length; in __anon1f51ce4a0102() local
74 ShapeHandle sequence_length; in __anon1f51ce4a0202() local
104 ShapeHandle sequence_length; in __anon1f51ce4a0302() local
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dfused_rnn_cell.py48 sequence_length=None, argument
98 sequence_length=None, argument
173 sequence_length=None, argument
Drnn.py31 sequence_length=None, argument
131 sequence_length=None, argument
Dlstm_ops.py454 sequence_length): argument
479 def call(self, inputs, initial_state=None, dtype=None, sequence_length=None): argument
649 sequence_length=None): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator_test.py363 def get_shift_input_fn(batch_size, sequence_length, seed=None): argument
423 def get_input_fn(batch_size, sequence_length, state_dict, starting_step=0): argument
516 def get_sin_input_fn(batch_size, sequence_length, increment, seed=None): argument
578 def get_shift_input_fn(batch_size, sequence_length, seed=None): argument
654 def get_mean_input_fn(batch_size, sequence_length, seed=None): argument
716 def get_majority_input_fn(batch_size, sequence_length, seed=None): argument
Dstate_saving_rnn_estimator_test.py447 sequence_length, argument
475 def get_sin_input_fn(sequence_length, increment, seed=None): argument
534 def get_shift_input_fn(sequence_length, seed=None): argument
Ddynamic_rnn_estimator.py256 sequence_length, argument
303 activations, labels, sequence_length, target_column, features): argument
326 activations, labels, sequence_length, target_column, features): argument
Drnn_common.py135 def get_eval_metric_ops(problem_type, prediction_type, sequence_length, argument
Dstate_saving_rnn_estimator.py88 activations, labels, sequence_length, target_column, features): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_test.py231 def _static_vs_dynamic_rnn_benchmark_static(inputs_list_t, sequence_length): argument
253 def _static_vs_dynamic_rnn_benchmark_dynamic(inputs_t, sequence_length): argument
364 def _half_seq_len_vs_unroll_half_rnn_benchmark(inputs_list_t, sequence_length): argument
429 def _concat_state_vs_tuple_state_rnn_benchmark(inputs_list_t, sequence_length, argument
497 def _dynamic_rnn_swap_memory_benchmark(inputs_t, sequence_length, swap_memory): argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
Drnn_colorbot.py139 def call(self, chars, sequence_length, training=False): argument
206 def model_loss(labels, chars, sequence_length): argument
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dunidirectional_sequence_lstm_test.cc36 int sequence_length, bool use_cifg, in UnidirectionalLSTMOpModel()
212 int sequence_length() { return sequence_length_; } in sequence_length() function in tflite::__anon99bbf5b60111::UnidirectionalLSTMOpModel
256 const int sequence_length = 3; in TEST() local
364 const int sequence_length = 3; in TEST() local
465 const int sequence_length = 4; in TEST() local
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmodels.py212 sequence_length=None, argument
287 target_predictor_fn, sequence_length, initial_state, argument
/external/v8/src/
Dcollector.h205 int sequence_length = this->index_ - sequence_start_; in DropSequence() local
227 int sequence_length = this->index_ - sequence_start_; in NewChunk() local
Dlayout-descriptor.cc148 int sequence_length = CountTrailingZeros32(value) - layout_bit_index; in IsTagged() local
204 int sequence_length; in IsTagged() local
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dhelper.py172 def __init__(self, inputs, sequence_length, time_major=False, name=None): argument
209 def sequence_length(self): member in TrainingHelper
261 def __init__(self, inputs, sequence_length, embedding, sampling_probability, argument
361 def __init__(self, inputs, sequence_length, sampling_probability, argument
/external/eigen/unsupported/test/
Dcxx11_tensor_ifft.cpp18 static void test_1D_fft_ifft_invariant(int sequence_length) { in test_1D_fft_ifft_invariant()
/external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
Dspinn_test.py43 def _generate_synthetic_snli_data_batch(sequence_length, argument
/external/tensorflow/tensorflow/contrib/crf/python/ops/
Dcrf.py444 def crf_decode(potentials, transition_params, sequence_length): argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
Drnn_ptb.py188 def train(model, optimizer, train_data, sequence_length, clip_ratio): argument