Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc48 const char kScopedAllocatorAttrName[] = "_scoped_allocator"; variable
280 if (n->attrs().Find(kScopedAllocatorAttrName) != nullptr) { in IsConstantFoldable()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc44 const char kScopedAllocatorAttrName[] = "_scoped_allocator"; variable
390 Status ss = GetNodeAttr(n_attrs, kScopedAllocatorAttrName, &scope_ids); in CheckExistingScopedAllocator()
553 ScopedAllocatorOptimizer::ExtendNodeAttr(kScopedAllocatorAttrName, in ConstructScopedAllocatorNode()