Searched defs:unique_key (Results 1 – 11 of 11) sorted by relevance
29 struct unique_key { struct30 int cap;31 u32 tgid;32 u64 cgroupid;
818 static std::atomic<uint64_t> unique_key{ 0 }; in __anon884bf0030b02() local825 static std::atomic<uint64_t> unique_key{ 0 }; in __anon884bf0030c02() local
4020 py::str unique_key("__defaults_accessor__"); in torch_c_dynamo_guards_init() local4041 py::str unique_key("__kwdefaults_accessor__"); in torch_c_dynamo_guards_init() local4071 py::str unique_key("__type_accessor__"); in torch_c_dynamo_guards_init() local4091 py::str unique_key("__weakref_call_accessor__"); in torch_c_dynamo_guards_init() local4141 py::str unique_key("__grad_accessor__"); in torch_c_dynamo_guards_init() local4161 py::str unique_key("__generic_dict_accessor__"); in torch_c_dynamo_guards_init() local
1359 unique_key = lambda ts: (int(ts[0] / precision), int(ts[1] / precision)) function
844 def _test_serialization_container(self, unique_key, filecontext_lambda): argument
1283 let mut unique_key = 0u32; localVariable
1646 let mut unique_key = 0u32; localVariable
1429 let mut unique_key = 0u32; localVariable
1698 let mut unique_key = 0u32; localVariable
1572 let mut unique_key = 0u32; localVariable
2760 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function