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.h118 int next_sa_id_ = 1; variable
Dscoped_allocator_optimizer.cc947 int id = next_sa_id_; in NewScopedAllocatorId()
948 next_sa_id_ += (num_fields + 1); in NewScopedAllocatorId()
949 CHECK_GT(next_sa_id_, 0); in NewScopedAllocatorId()