Home
last modified time | relevance | path

Searched refs:adaptive_max_pool2d_with_indices (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpooling.h425 inline std::tuple<Tensor, Tensor> adaptive_max_pool2d_with_indices( in adaptive_max_pool2d_with_indices() function
444 inline std::tuple<Tensor, Tensor> adaptive_max_pool2d_with_indices( in adaptive_max_pool2d_with_indices() function
447 return detail::adaptive_max_pool2d_with_indices(input, options.output_size()); in adaptive_max_pool2d_with_indices()
455 return std::get<0>(adaptive_max_pool2d_with_indices(input, output_size)); in adaptive_max_pool2d()
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dpooling.cpp164 return F::detail::adaptive_max_pool2d_with_indices( in forward_with_indices()
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dpublic_api398 adaptive_max_pool2d_with_indices
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1241 def adaptive_max_pool2d_with_indices( function
1260 adaptive_max_pool2d_with_indices,
1283 return adaptive_max_pool2d_with_indices(input, output_size)[0]
1290 if_true=adaptive_max_pool2d_with_indices,
H A Dfunctional.pyi.in145 def adaptive_max_pool2d_with_indices(
/aosp_15_r20/external/pytorch/torch/
H A Doverrides.py830 …torch.nn.functional.adaptive_max_pool2d_with_indices: lambda input, output_size, return_indices=Fa…