Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DReplicationPadding.cu449 auto devInput = input_.packed_accessor64<const scalar_t, 3>(); in TORCH_IMPL_FUNC() local
554 auto devInput = input_.packed_accessor64<const scalar_t, 4>(); in TORCH_IMPL_FUNC() local
647 auto devInput = input_.packed_accessor64<const scalar_t, 5>(); in TORCH_IMPL_FUNC() local
H A DFractionalMaxPool2d.cu189 auto devInput = input_.packed_accessor64<const scalar_t, 4>(); in TORCH_IMPL_FUNC() local