Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunidirectional_sequence_lstm_test.cc36 int n_batch, int n_input, int n_cell, int n_output, int sequence_length, in HybridUnidirectionalLSTMOpModel()
253 const int sequence_length = 3; in TEST_F() local
315 const int sequence_length = 3; in TEST_F() local
382 const int sequence_length = 3; in TEST_P() local
445 const int sequence_length = 3; in TEST_P() local
556 const int sequence_length = 3; in TEST_F() local
618 const int sequence_length = 3; in TEST_P() local
680 const int sequence_length = 3; in TEST_P() local
1342 const int sequence_length = 4; in TEST_F() local
1409 const int sequence_length = 4; in TEST_P() local
[all …]
H A Dbidirectional_sequence_lstm_test.cc33 int sequence_length, bool use_cifg, in BidirectionalLSTMOpModel()
343 int sequence_length() { return sequence_length_; } in sequence_length() function in tflite::__anon4ad9bf6e0111::BidirectionalLSTMOpModel
435 const int sequence_length = 3; in TEST_P() local
601 const int sequence_length = 3; in TEST_P() local
767 const int sequence_length = 3; in TEST() local
928 const int sequence_length = 3; in TEST() local
1079 const int sequence_length = 3; in TEST() local
1230 const int sequence_length = 4; in TEST() local
1933 const int sequence_length = 4; in TEST() local
2635 const int sequence_length = 3; in TEST_P() local
[all …]
H A Dunidirectional_sequence_lstm_test_util.h229 int sequence_length() { return sequence_length_; } in sequence_length() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Drnn.py149 sequence_length, argument
349 sequence_length=None, argument
506 sequence_length=None, argument
770 sequence_length=None, argument
1315 sequence_length=None, argument
1495 sequence_length=None, argument
1595 sequence_length=None, argument
H A Dctc_ops.py73 sequence_length=None, argument
196 sequence_length=None, argument
298 sequence_length, argument
381 sequence_length, argument
447 sequence_length, argument
1285 sequence_length): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dctc_ops.cc42 ShapeHandle sequence_length; in __anon8bbafe030102() local
79 ShapeHandle sequence_length; in __anon8bbafe030202() local
114 ShapeHandle sequence_length; in __anon8bbafe030302() local
145 ShapeHandle sequence_length; in __anon8bbafe030402() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
H A Drnn_test.py357 def _static_vs_dynamic_rnn_benchmark_static(inputs_list_t, sequence_length): argument
379 def _static_vs_dynamic_rnn_benchmark_dynamic(inputs_t, sequence_length): argument
490 def _half_seq_len_vs_unroll_half_rnn_benchmark(inputs_list_t, sequence_length): argument
555 def _concat_state_vs_tuple_state_rnn_benchmark(inputs_list_t, sequence_length, argument
623 def _dynamic_rnn_swap_memory_benchmark(inputs_t, sequence_length, swap_memory): argument
H A Dctc_loss_op_test.py63 def _ctc_loss_v2(labels, inputs, sequence_length, argument
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding_unittest.cc88 size_t sequence_length) { in CreateSequenceByFirstValue()
108 size_t sequence_length) { in CreateSequenceByOptionalDeltas()
149 size_t sequence_length) { in CreateSequenceByDeltas()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/
H A Dctc_beam_search_decoder.cc74 const TfLiteTensor* sequence_length; in Prepare() local
182 const TfLiteTensor* sequence_length; in Eval() local
H A Dctc_beam_search_decoder_test.cc69 int sequence_length() { return sequence_length_; } in sequence_length() function in tflite::ops::custom::__anon974ce7df0111::CTCBeamSearchDecoderOpModel
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dcore.h47 inline typename std::iterator_traits<octet_iterator>::difference_type sequence_length( in sequence_length() function
/aosp_15_r20/external/libopus/dnn/torch/plc/
H A Dplc_dataset.py8 sequence_length=1000, argument
H A Dtrain_plc.py51 sequence_length = args.sequence_length variable
/aosp_15_r20/external/libopus/dnn/torch/fargan/
H A Ddataset.py10 sequence_length=15, argument
H A Dtrain_fargan.py52 sequence_length = args.sequence_length variable
H A Dadv_train_fargan.py73 sequence_length = args.sequence_length variable
/aosp_15_r20/external/libopus/dnn/torch/rdovae/rdovae/
H A Ddataset.py36 sequence_length, argument
/aosp_15_r20/external/libopus/dnn/torch/lossgen/
H A Dtrain_lossgen.py13 sequence_length=997): argument
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_ifft.cpp18 static void test_1D_fft_ifft_invariant(int sequence_length) { in test_1D_fft_ifft_invariant()
/aosp_15_r20/external/libopus/dnn/torch/rdovae/
H A Dtrain_rdovae.py83 sequence_length = args.sequence_length variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/test/
Dbinary_search_test.cpp43 const std::size_t sequence_length = 1000; variable
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_dims.py154 sequence_length=4, argument
/aosp_15_r20/external/iperf3/src/
H A Dcjson.c664 unsigned char sequence_length = 0; in utf16_literal_to_utf8() local
835 unsigned char sequence_length = 2; in parse_string() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_test.py387 sequence_length=None, argument