Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc34 struct RunCounter { struct
35 std::shared_ptr<Session> session;
36 uint64* value;
37 mutex* m;
38 condition_variable* cv;
40 explicit RunCounter(std::shared_ptr<Session> s, uint64* v, mutex* m, in RunCounter() function
47 ~RunCounter() { in ~RunCounter()