Searched defs:max_input_length (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | LossCTC.cu | 79 …const scalar_t*log_probs_data, const int64_t* __restrict__ input_lengths, int64_t max_input_length, in ctc_loss_log_alpha_gpu_kernel() 276 int64_t max_input_length = log_probs.size(0); in ctc_loss_gpu_template() local 323 …const scalar_t*log_probs_data, const int64_t* __restrict__ input_lengths, int64_t max_input_length, in ctc_loss_backward_log_beta_gpu_kernel() 507 …const scalar_t*log_probs_data, const int64_t* __restrict__ input_lengths, int64_t max_input_length, in ctc_loss_backward_collect_gpu_kernel() 582 int64_t max_input_length, /* T */ in ctc_loss_zero_padded_gradients()
|
/aosp_15_r20/external/webrtc/common_audio/ |
H A D | fir_filter_factory.cc | 29 size_t max_input_length) { in CreateFirFilter()
|
H A D | fir_filter_neon.cc | 25 size_t max_input_length) in FIRFilterNEON()
|
H A D | fir_filter_sse.cc | 26 size_t max_input_length) in FIRFilterSSE2()
|
H A D | fir_filter_avx2.cc | 25 size_t max_input_length) in FIRFilterAVX2()
|
/aosp_15_r20/external/executorch/examples/llm_manual/ |
H A D | main.cpp | 35 size_t max_input_length, in generate()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | LossCTC.cpp | 108 int64_t max_input_length = log_probs.size(0); in ctc_loss_allocate_outputs() local 237 int64_t max_input_length = log_probs.size(0); in ctc_loss_backward_cpu_template() local
|
/aosp_15_r20/external/executorch/examples/cadence/models/ |
H A D | rnnt_encoder.py | 146 max_input_length = 100 variable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/ |
H A D | chunked_encoder.rs | 72 fn max_input_length(encoded_buf_len: usize, config: Config) -> usize { in max_input_length() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/ |
H A D | LossCTC.cpp | 106 int64_t max_input_length = log_probs.size(0); in _use_cudnn_ctc_loss() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | http_decoder_test.cc | 649 constexpr size_t max_input_length = in TEST_F() local
|
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_actions_actions_model/gen/actions/ |
D | actions_model_generated.h | 1347 int32_t max_input_length = -1; member 1388 int32_t max_input_length() const { in max_input_length() function
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto.c | 8291 const size_t max_input_length = (size_t) PSA_PAKE_INPUT_SIZE(operation->alg, in psa_pake_input() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto.c | 8843 const size_t max_input_length = (size_t) PSA_PAKE_INPUT_SIZE(operation->alg, in psa_pake_input() local
|