Searched refs:scoped_allocator_attrs (Results 1 – 2 of 2) sorted by relevance
206 std::vector<int> scoped_allocator_attrs; in InitializeNode() local208 GetNodeAttr(n->attrs(), "_scoped_allocator", &scoped_allocator_attrs); in InitializeNode()218 for (int j = 0; j < scoped_allocator_attrs.size(); j += 2) { in InitializeNode()219 if (scoped_allocator_attrs[j] == i) { in InitializeNode()224 output_attrs[i].scope_id = scoped_allocator_attrs[j + 1]; in InitializeNode()308 std::vector<int> scoped_allocator_attrs; in SetScopedAllocatorAttrs() local310 &scoped_allocator_attrs); in SetScopedAllocatorAttrs()321 if (ExtractScopedAllocatorAttr(scoped_allocator_attrs, in SetScopedAllocatorAttrs()
451 std::vector<int> scoped_allocator_attrs; in TEST_F() local454 GetNodeAttr(slice, "_scoped_allocator", &scoped_allocator_attrs); in TEST_F()455 for (int i : scoped_allocator_attrs) { in TEST_F()