Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc823 static std::atomic<int64> invocation_counter(1); in ProcessGraphDef() local
825 invocation_counter.fetch_add(1, std::memory_order_seq_cst); in ProcessGraphDef()