Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpooling.h481 inline std::tuple<Tensor, Tensor> adaptive_max_pool3d_with_indices( in adaptive_max_pool3d_with_indices() function
500 inline std::tuple<Tensor, Tensor> adaptive_max_pool3d_with_indices( in adaptive_max_pool3d_with_indices() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1297 def adaptive_max_pool3d_with_indices( function