Searched defs:TF_Server (Results 1 – 3 of 3) sorted by relevance
180 struct TF_Server { struct183 const tensorflow::string target;184 std::unique_ptr<tensorflow::ServerInterface> server;
1562 typedef struct TF_Server TF_Server; typedef
2558 TF_Server::TF_Server(std::unique_ptr<tensorflow::ServerInterface> server) in TF_Server() function in TF_Server