- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_Server (0.04 sec)
-
tensorflow/c/c_api.h
// (specified by a ClusterSpec), and corresponds to a particular task in a // named job. The server can communicate with any other server in the same // cluster. // In-process TensorFlow server. typedef struct TF_Server TF_Server; // Creates a new in-process TensorFlow server configured using a serialized // ServerDef protocol buffer provided via `proto` and `proto_len`. //
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/c/c_api.cc
// TF_Server functions ---------------------------------------------- #if !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD) TF_Server::TF_Server(std::unique_ptr<tensorflow::ServerInterface> server) : target(server->target()), server(std::move(server)) {} #endif // !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD) TF_Server* TF_NewServer(const void* proto, size_t proto_len,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0)