Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtensor_test.py233 for list_element, tensor_element in zip(l, t):
234 self.assertAllEqual(list_element, tensor_element.numpy())
/external/v8/src/heap/
Dheap.cc592 Object* list_element = allocation_sites_list(); in ProcessPretenuringFeedback() local
593 while (list_element->IsAllocationSite()) { in ProcessPretenuringFeedback()
594 site = AllocationSite::cast(list_element); in ProcessPretenuringFeedback()
601 list_element = site->weak_next(); in ProcessPretenuringFeedback()
627 Object* list_element = allocation_sites_list(); in DeoptMarkedAllocationSites() local
628 while (list_element->IsAllocationSite()) { in DeoptMarkedAllocationSites()
629 AllocationSite* site = AllocationSite::cast(list_element); in DeoptMarkedAllocationSites()
635 list_element = site->weak_next(); in DeoptMarkedAllocationSites()