Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DIndexingUtils.h154 DimVector indexed_strides; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DIndexKernel.cu298 …const auto indexed_strides = std::vector<int64_t>(indexed.strides().rbegin(), indexed.strides().re… in cuda_take_put_kernel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc316 auto indexed_strides = llvm::to_vector(indexed_strides_range); in ToShape() local