Home
last modified time | relevance | path

Searched defs:self_start (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DDistanceOpsKernel.cpp149 const scalar_t * const self_start = self.const_data_ptr<scalar_t>(); in run_parallel_pdist() local
301 const scalar_t * const self_start = self.const_data_ptr<scalar_t>(); in run_backward_parallel_pdist() local
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c1219 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removeprefix_impl() local
1251 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removesuffix_impl() local
Dbytesobject.c2236 const char *self_start = PyBytes_AS_STRING(self); in bytes_removeprefix_impl() local
2274 const char *self_start = PyBytes_AS_STRING(self); in bytes_removesuffix_impl() local
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/
H A Dformat.rs186 let self_start = self.offset; in overlaps() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner_util.cc785 int64_t self_start = std::max<int64_t>(0, left_bound); in ExchangeHalo() local