Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_internal.h180 struct TF_Server { struct
183 const tensorflow::string target;
184 std::unique_ptr<tensorflow::ServerInterface> server;
H A Dc_api.h1555 typedef struct TF_Server TF_Server; typedef
H A Dc_api.cc2562 TF_Server::TF_Server(std::unique_ptr<tensorflow::ServerInterface> server) in TF_Server() function in TF_Server