Searched refs:scoped_allocator_attrs (Results 1 – 2 of 2) sorted by relevance
228 std::vector<int> scoped_allocator_attrs; in TEST_F() local231 GetNodeAttr(slice, "_scoped_allocator", &scoped_allocator_attrs); in TEST_F()232 for (int i : scoped_allocator_attrs) { in TEST_F()
514 std::vector<int> scoped_allocator_attrs; in InitializeNode() local516 GetNodeAttr(n->attrs(), "_scoped_allocator", &scoped_allocator_attrs); in InitializeNode()526 for (int j = 0; j < scoped_allocator_attrs.size(); j += 2) { in InitializeNode()527 if (scoped_allocator_attrs[j] == i) { in InitializeNode()532 output_attrs[i].scope_id = scoped_allocator_attrs[j + 1]; in InitializeNode()714 std::vector<int> scoped_allocator_attrs; in SetScopedAllocatorAttrs() local716 &scoped_allocator_attrs); in SetScopedAllocatorAttrs()727 if (ExtractScopedAllocatorAttr(scoped_allocator_attrs, in SetScopedAllocatorAttrs()