Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/api/include/torch/nn/functional/
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
/external/pytorch/torch/nn/
Dfunctional.py1297 def adaptive_max_pool3d_with_indices( function