Home
last modified time | relevance | path

Searched defs:adaptive_max_pool1d (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPooling.cpp54 std::tuple<Tensor,Tensor> adaptive_max_pool1d(const Tensor & self, IntArrayRef output_size) { in adaptive_max_pool1d() function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpooling.h396 inline Tensor adaptive_max_pool1d( in adaptive_max_pool1d() function
417 inline Tensor adaptive_max_pool1d( in adaptive_max_pool1d() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1230 adaptive_max_pool1d = boolean_dispatch( variable