Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc34 struct RunCounter { struct
40 explicit RunCounter(std::shared_ptr<Session> s, uint64* v, mutex* m, in RunCounter() function
47 ~RunCounter() { in ~RunCounter() argument
402 RunCounter rc(session_, &run_count_, &run_lock_, &run_finished_); \