Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_internal.h187 struct TF_Server { struct
190 const tensorflow::string target;
191 std::unique_ptr<tensorflow::ServerInterface> server;
Dc_api.h1740 typedef struct TF_Server TF_Server; typedef
Dc_api.cc2903 TF_Server::TF_Server(std::unique_ptr<tensorflow::ServerInterface> server) in TF_Server() function in TF_Server