Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_view.cc208 std::vector<int> scoped_allocator_attrs; in InitializeNode() local
210 GetNodeAttr(n->attrs(), "_scoped_allocator", &scoped_allocator_attrs); in InitializeNode()
220 for (int j = 0; j < scoped_allocator_attrs.size(); j += 2) { in InitializeNode()
221 if (scoped_allocator_attrs[j] == i) { in InitializeNode()
226 output_attrs[i].scope_id = scoped_allocator_attrs[j + 1]; in InitializeNode()
325 std::vector<int> scoped_allocator_attrs; in SetScopedAllocatorAttrs() local
327 &scoped_allocator_attrs); in SetScopedAllocatorAttrs()
338 if (ExtractScopedAllocatorAttr(scoped_allocator_attrs, in SetScopedAllocatorAttrs()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dscoped_allocator_optimizer_test.cc452 std::vector<int> scoped_allocator_attrs; in TEST_F() local
455 GetNodeAttr(slice, "_scoped_allocator", &scoped_allocator_attrs); in TEST_F()
456 for (int i : scoped_allocator_attrs) { in TEST_F()