Home
last modified time | relevance | path

Searched defs:fractional_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.h910 inline std::tuple<Tensor, Tensor> fractional_max_pool3d_with_indices( in fractional_max_pool3d_with_indices() function
958 inline std::tuple<Tensor, Tensor> fractional_max_pool3d_with_indices( in fractional_max_pool3d_with_indices() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py548 def fractional_max_pool3d_with_indices( function