Home
last modified time | relevance | path

Searched refs:adaptive_max_pool3d_with_indices (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A 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
503 return detail::adaptive_max_pool3d_with_indices(input, options.output_size()); in adaptive_max_pool3d_with_indices()
511 return std::get<0>(adaptive_max_pool3d_with_indices(input, output_size)); in adaptive_max_pool3d()
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dpooling.cpp174 return F::detail::adaptive_max_pool3d_with_indices( in forward_with_indices()
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dpublic_api399 adaptive_max_pool3d_with_indices
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1297 def adaptive_max_pool3d_with_indices( function
1317 adaptive_max_pool3d_with_indices,
1340 return adaptive_max_pool3d_with_indices(input, output_size)[0]
1347 if_true=adaptive_max_pool3d_with_indices,
H A Dfunctional.pyi.in150 def adaptive_max_pool3d_with_indices(
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_dynamic_shapes.py234 return torch.nn.functional.adaptive_max_pool3d_with_indices(
/aosp_15_r20/external/pytorch/torch/
H A Doverrides.py832 …torch.nn.functional.adaptive_max_pool3d_with_indices: lambda input, output_size, return_indices=Fa…