Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/sparse/
DFlattenIndicesCommon.h65 const auto* RESTRICT ptr_indices = indices.const_data_ptr<index_t>(); in _flatten_indices_impl() local
DSparseBinaryOpIntersectionCommon.h273 const auto* RESTRICT ptr_indices = indices.const_data_ptr<index_t>(); variable
353 const auto* RESTRICT ptr_indices = source_indices.const_data_ptr<index_t>(); variable