Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_internal.h120 struct TF_Session { struct
129 // If true, TF_SessionRun and similar methods will call argument
133 std::atomic<bool> extend_before_run;
H A Dc_api.h1218 typedef struct TF_Session TF_Session; typedef
H A Dc_api.cc2194 TF_Session::TF_Session(tensorflow::Session* s, TF_Graph* g) in TF_Session() function in TF_Session