Home
last modified time | relevance | path

Searched refs:ptr_intersection_counts_bytes (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/native/sparse/
DSparseBinaryOpIntersectionKernel.cpp78 const auto* ptr_intersection_counts_bytes = data[5]; in apply() local
88 const auto count = *reinterpret_cast<const int64_t*>(ptr_intersection_counts_bytes); in apply()
112 ptr_intersection_counts_bytes += strides[5]; in apply()