Home
last modified time | relevance | path

Searched defs:indices_ptr (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSortStable.cu110 int64_t* indices_ptr) { in segmented_sort_large_segments()
139 int64_t* const indices_ptr) { in segmented_sort_pairs_by_full_sort()
190 int64_t* indices_ptr) { in segmented_sort_pairs()
234 int64_t* indices_ptr = indices.mutable_data_ptr<int64_t>(); in launch_stable_sort_kernel() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DAdaptiveMaxPoolKernel.cpp44 int64_t* indices_ptr = indices_data + c * output_height * output_width; in cpu_adaptive_max_pool2d() local
367 const int64_t* indices_ptr = indices_data + c * output_height * output_width; in cpu_adaptive_max_pool2d_backward() local
415 const int64_t* indices_ptr = indices_data + n * output_height * output_width * channels; in cpu_adaptive_max_pool2d_backward_channels_last() local
512 int64_t* indices_ptr = indices_data + c * output_depth * output_height * output_width; in cpu_adaptive_max_pool3d() local
859 int64_t* indices_ptr = indices_data + c * output_depth * output_height * output_width; in cpu_adaptive_max_pool3d_backward() local
911 … int64_t* indices_ptr = indices_data + n * output_depth * output_height * output_width * channels; in cpu_adaptive_max_pool3d_backward_channels_last() local
H A DMaxPoolKernel.cpp298 int64_t* indices_ptr = indices_data + c * output_depth * output_height * output_width; in cpu_max_pool() local
514 const int64_t * indices_ptr = indices_data + c * output_depth * output_height * output_width; in cpu_max_pool_backward() local
574 …const int64_t* indices_ptr = indices_data + n * output_depth * output_height * output_width * chan… in cpu_max_pool_backward_channels_last() local
H A DMaxUnpoolKernel.cpp131 const int64_t* indices_ptr = indices_data + i * channels; in cpu_max_unpool_channels_last() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dkernel_ops_util.h154 int64_t* const indices_ptr, in kernel_reduction_then_map_2d()
347 int64_t* indices_ptr = nullptr; variable
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/
H A Dop_embedding.cpp29 const int64_t* indices_ptr = indices.const_data_ptr<int64_t>(); in embedding_out() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGather.cpp42 const auto *indices_ptr = static_cast<const uint32_t *>(indices.data()); in gather() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_embedding.cpp38 const CTYPE* indices_ptr = indices.const_data_ptr<CTYPE>(); in embedding_kernel() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGatherFixture.h68 uint32_t *indices_ptr = static_cast<uint32_t *>(indices.data()); in generate_indices() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Ddata_format_vec_permute.cc152 int32* indices_ptr = indices_weights->GetPointer<int32>(); in Convert() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_to_dense_op_gpu.cu.cc149 const Index* indices_ptr = indices.flat<Index>().data(); in operator ()() local
H A Dserialize_sparse_op.cc303 const int64_t* indices_ptr = indices.data(); in operator ()() local
H A Dscatter_nd_op.cc880 se::DeviceMemoryBase indices_ptr( in DoScatterNdOnCpu() local
/aosp_15_r20/external/executorch/kernels/quantized/cpu/
H A Dop_embedding.cpp146 const int64_t* indices_ptr = indices.const_data_ptr<int64_t>(); in embedding_byte_per_channel() local
H A Dembeddingxb.cpp186 const int64_t* indices_ptr = indices.const_data_ptr<int64_t>(); in embedding_xbit_per_channel() local