Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h204 int64 execution_count_ = 0; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc121 return execution_count_.fetch_add(1); in get_and_increment_execution_count()
246 std::atomic<int64> execution_count_ = {0}; member in tensorflow::MasterSession::ReffedClientGraph