Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc228 std::vector<int> scoped_allocator_attrs; in TEST_F() local
231 GetNodeAttr(slice, "_scoped_allocator", &scoped_allocator_attrs); in TEST_F()
232 for (int i : scoped_allocator_attrs) { in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc514 std::vector<int> scoped_allocator_attrs; in InitializeNode() local
516 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() local
716 &scoped_allocator_attrs); in SetScopedAllocatorAttrs()
727 if (ExtractScopedAllocatorAttr(scoped_allocator_attrs, in SetScopedAllocatorAttrs()