Home
last modified time | relevance | path

Searched defs:adaptive_max_pool2d (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DAdaptiveMaxPooling2d.cpp15 TORCH_META_FUNC(adaptive_max_pool2d) (const Tensor& input, IntArrayRef output_size) { in TORCH_META_FUNC() argument
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpooling.h452 inline Tensor adaptive_max_pool2d( in adaptive_max_pool2d() function
473 inline Tensor adaptive_max_pool2d( in adaptive_max_pool2d() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1286 adaptive_max_pool2d = boolean_dispatch( variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py4289 def adaptive_max_pool2d(x, output_size): function