Home
last modified time | relevance | path

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

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