Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_internal.h128 struct TF_Session { struct
137 // If true, TF_SessionRun and similar methods will call argument
141 std::atomic<bool> extend_before_run;
Dc_api.h1407 typedef struct TF_Session TF_Session; typedef
Dc_api.cc2578 TF_Session::TF_Session(tensorflow::Session* s, TF_Graph* g) in TF_Session() function in TF_Session