Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DMaxPooling.h93 using pooling_fn = void (*)(Tensor&, const Tensor&, const PoolingParams1D&); variable
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesPooling.cpp19 IntArrayRef padding, IntArrayRef dilation, bool ceil_mode, int64_t n, Func pooling_fn) { in max_pool_with_indices_batch_rule_helper()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py4117 def _adaptive_pooling_fn( argument
4158 def _adaptive_pooling_fn_with_idx( argument