Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py4623 def upsample_nearest( # noqa: F811 function
4632 def upsample_nearest( # noqa: F811 function
4640 def upsample_nearest(input, size=None, scale_factor=None): # noqa: F811 function
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/
H A Dfunctional.py756 def upsample_nearest(input, size=None, scale_factor=None): function