Searched defs:TF_Session (Results 1 – 3 of 3) sorted by relevance
128 struct TF_Session { struct137 // If true, TF_SessionRun and similar methods will call argument141 std::atomic<bool> extend_before_run;
1407 typedef struct TF_Session TF_Session; typedef
2578 TF_Session::TF_Session(tensorflow::Session* s, TF_Graph* g) in TF_Session() function in TF_Session