Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.h104 int next_sa_id_ = 1; variable
Dscoped_allocator_optimizer.cc707 int id = next_sa_id_; in NewScopedAllocatorId()
708 next_sa_id_ += (num_fields + 1); in NewScopedAllocatorId()
709 CHECK_GT(next_sa_id_, 0); in NewScopedAllocatorId()