Home
last modified time | relevance | path

Searched defs:last_batch_size (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRNN.cpp937 int64_t last_batch_size = batch_sizes[0]; in operator ()() local
996 int64_t last_batch_size = batch_sizes[num_steps - 1]; in operator ()() local
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py2978 def update_hidden_for_packed(cur_hidden, last_batch_size, batch_size, hiddens): argument
2985 cur_hidden, last_batch_size, batch_size, inp_hidden argument