Home
last modified time | relevance | path

Searched defs:AdaptiveAvgPool2d (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dpooling.py1419 class AdaptiveAvgPool2d(_AdaptiveAvgPoolNd): class
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp514 TEST_F(FunctionalTest, AdaptiveAvgPool2d) { in TEST_F() argument