Searched refs:invocation_counter (Results 1 – 1 of 1) sorted by relevance
823 static std::atomic<int64> invocation_counter(1); in ProcessGraphDef() local825 invocation_counter.fetch_add(1, std::memory_order_seq_cst); in ProcessGraphDef()