Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_dfa_match.c2797 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
2895 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
2942 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
3041 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
3143 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
/external/pytorch/torch/distributed/tensor/
D_shards_wrapper.py225 def local_offsets(self) -> List[torch.Size]: member in LocalShardsWrapper