Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.cc206 std::vector<int> scoped_allocator_attrs; in InitializeNode() local
208 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() local
310 &scoped_allocator_attrs); in SetScopedAllocatorAttrs()
321 if (ExtractScopedAllocatorAttr(scoped_allocator_attrs, in SetScopedAllocatorAttrs()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc451 std::vector<int> scoped_allocator_attrs; in TEST_F() local
454 GetNodeAttr(slice, "_scoped_allocator", &scoped_allocator_attrs); in TEST_F()
455 for (int i : scoped_allocator_attrs) { in TEST_F()