Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c1193 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removeprefix_impl() local
1225 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removesuffix_impl() local
Dbytesobject.c2216 const char *self_start = PyBytes_AS_STRING(self); in bytes_removeprefix_impl() local
2254 const char *self_start = PyBytes_AS_STRING(self); in bytes_removesuffix_impl() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc785 int64_t self_start = std::max<int64_t>(0, left_bound); in ExchangeHalo() local