Home
last modified time | relevance | path

Searched refs:remove_existing_batch_dim (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DLegacyBatching.cpp48 static std::pair<Tensor,int64_t> remove_existing_batch_dim( in remove_existing_batch_dim() function
118 auto [self_without_bdim, newly_exposed_logical_dim] = remove_existing_batch_dim(batched, level); in _remove_batch_dim()
/external/pytorch/torch/csrc/functorch/
Dinit.cpp95 static std::pair<Tensor, int64_t> remove_existing_batch_dim( in remove_existing_batch_dim() function
165 remove_existing_batch_dim(batched, level); in _remove_batch_dim()