Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DReplicationPadding.cu450 auto devOutput = output_.packed_accessor64<scalar_t, 3>(); in TORCH_IMPL_FUNC() local
555 auto devOutput = output_.packed_accessor64<scalar_t, 4>(); in TORCH_IMPL_FUNC() local
648 auto devOutput = output_.packed_accessor64<scalar_t, 5>(); in TORCH_IMPL_FUNC() local
H A DFractionalMaxPool2d.cu190 auto devOutput = output_.packed_accessor64<scalar_t, 4>(); in TORCH_IMPL_FUNC() local