Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/ops/
Dctc_ops.cc41 ShapeHandle sequence_length; in __anon78c05cd60102() local
74 ShapeHandle sequence_length; in __anon78c05cd60202() local
104 ShapeHandle sequence_length; in __anon78c05cd60302() local
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dfused_rnn_cell.py49 sequence_length=None, argument
99 sequence_length=None, argument
174 sequence_length=None, argument
Drnn.py31 sequence_length=None, argument
131 sequence_length=None, argument
Dlstm_ops.py461 sequence_length): argument
486 def call(self, inputs, initial_state=None, dtype=None, sequence_length=None): argument
658 sequence_length=None): argument
/external/tensorflow/tensorflow/python/ops/
Drnn.py173 time, sequence_length, min_sequence_length, max_sequence_length, argument
355 def bidirectional_dynamic_rnn(cell_fw, cell_bw, inputs, sequence_length=None, argument
491 def dynamic_rnn(cell, inputs, sequence_length=None, initial_state=None, argument
688 sequence_length=None, argument
1228 sequence_length=None, argument
1409 sequence_length=None, argument
1506 sequence_length=None, argument
Dctc_ops.py46 def ctc_loss(labels, inputs=None, sequence_length=None, argument
208 def ctc_greedy_decoder(inputs, sequence_length, merge_repeated=True): argument
257 def ctc_beam_search_decoder(inputs, sequence_length, beam_width=100, argument
313 def ctc_beam_search_decoder_v2(inputs, sequence_length, beam_width=100, argument
944 sequence_length): argument
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm_test.cc35 int sequence_length, bool time_major, bool use_cifg, in UnidirectionalLSTMOpModel()
201 int sequence_length() { return sequence_length_; } in sequence_length() function in tflite::__anon0e31a6420111::UnidirectionalLSTMOpModel
243 int n_batch, int n_input, int n_cell, int n_output, int sequence_length, in HybridUnidirectionalLSTMOpModel()
456 const int sequence_length = 3; in TEST_F() local
518 const int sequence_length = 3; in TEST_F() local
585 const int sequence_length = 3; in TEST_F() local
648 const int sequence_length = 3; in TEST_F() local
757 const int sequence_length = 3; in TEST_F() local
819 const int sequence_length = 3; in TEST_F() local
881 const int sequence_length = 3; in TEST_F() local
[all …]
Dbidirectional_sequence_lstm_test.cc38 int sequence_length, bool use_cifg, in BidirectionalLSTMOpModel()
322 int sequence_length() { return sequence_length_; } in sequence_length() function in tflite::__anon0b0a63210111::BidirectionalLSTMOpModel
411 const int sequence_length = 3; in TEST_P() local
576 const int sequence_length = 3; in TEST_P() local
741 const int sequence_length = 3; in TEST() local
904 const int sequence_length = 3; in TEST() local
1057 const int sequence_length = 3; in TEST() local
1210 const int sequence_length = 4; in TEST() local
1915 const int sequence_length = 4; in TEST() local
2617 const int sequence_length = 3; in TEST_P() local
/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
424 def get_input_fn(batch_size, sequence_length, state_dict, starting_step=0): argument
518 def get_sin_input_fn(batch_size, sequence_length, increment, seed=None): argument
580 def get_shift_input_fn(batch_size, sequence_length, seed=None): argument
658 def get_mean_input_fn(batch_size, sequence_length, seed=None): argument
720 def get_majority_input_fn(batch_size, sequence_length, seed=None): argument
Dstate_saving_rnn_estimator_test.py448 sequence_length, argument
477 def get_sin_input_fn(sequence_length, increment, seed=None): argument
536 def get_shift_input_fn(sequence_length, seed=None): argument
Ddynamic_rnn_estimator.py261 sequence_length, argument
308 activations, labels, sequence_length, target_column, features): argument
331 activations, labels, sequence_length, target_column, features): argument
Drnn_common.py140 def get_eval_metric_ops(problem_type, prediction_type, sequence_length, argument
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Drnn.py44 sequence_length=None, argument
282 sequence_length=None, argument
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py198 def _PickFinalStateFromHistory(acc_state, sequence_length): argument
277 sequence_length=None, argument
328 sequence_length=None, 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.cc142 int sequence_length; in IsTagged() local
209 int sequence_length; in IsTagged() local
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmodels.py223 sequence_length=None, argument
299 target_predictor_fn, sequence_length, initial_state, argument
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_test.py718 def _static_vs_dynamic_rnn_benchmark_static(inputs_list_t, sequence_length): argument
740 def _static_vs_dynamic_rnn_benchmark_dynamic(inputs_t, sequence_length): argument
851 def _half_seq_len_vs_unroll_half_rnn_benchmark(inputs_list_t, sequence_length): argument
916 def _concat_state_vs_tuple_state_rnn_benchmark(inputs_list_t, sequence_length, argument
984 def _dynamic_rnn_swap_memory_benchmark(inputs_t, sequence_length, swap_memory): argument
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dexport_text_rnn_model.py143 def decode_greedy(self, sequence_length, first_word): argument
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search_decoder.cc70 const TfLiteTensor* sequence_length = in Prepare() local
164 const TfLiteTensor* sequence_length = in Eval() local
Dctc_beam_search_decoder_test.cc69 int sequence_length() { return sequence_length_; } in sequence_length() function in tflite::ops::experimental::__anonb9dfc1660111::CTCBeamSearchDecoderOpModel
/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/seq2seq/python/ops/
Dhelper.py233 def __init__(self, inputs, sequence_length, time_major=False, name=None): argument
270 def sequence_length(self): member in TrainingHelper
322 def __init__(self, inputs, sequence_length, embedding, sampling_probability, argument
422 def __init__(self, inputs, sequence_length, sampling_probability, argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
Dspinn_test.py44 def _generate_synthetic_snli_data_batch(sequence_length, argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
Drnn_colorbot.py229 def model_loss(labels, chars, sequence_length): argument

12