Home
last modified time | relevance | path

Searched defs:fractional_max_pool2d_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.h817 inline std::tuple<Tensor, Tensor> fractional_max_pool2d_with_indices( in fractional_max_pool2d_with_indices() function
862 inline std::tuple<Tensor, Tensor> fractional_max_pool2d_with_indices( in fractional_max_pool2d_with_indices() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py436 def fractional_max_pool2d_with_indices( function