- Sort Score
- Num 10 results
- Language All
Results 11 - 13 of 13 for NewServer (0.05 seconds)
-
cmd/server-main.go
} // Allow grid to start after registering all services. close(globalGridStart) close(globalLockGridStart) httpServer := xhttp.NewServer(getServerListenAddrs()). UseHandler(setCriticalErrorHandler(corsHandler(handler))). UseTLSConfig(newTLSConfig(getCert)). UseIdleTimeout(globalServerCtxt.IdleTimeout). UseReadTimeout(globalServerCtxt.IdleTimeout).
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue May 27 15:18:36 GMT 2025 - 35.9K bytes - Click Count (4) -
tensorflow/c/c_api.cc
"Could not parse provided bytes into a ServerDef protocol buffer"); return nullptr; } std::unique_ptr<tensorflow::ServerInterface> out_server; status->status = tensorflow::NewServer(server_def, &out_server); if (!status->status.ok()) return nullptr; return new TF_Server(std::move(out_server)); #endif // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD) }
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0) -
api/go1.txt
pkg net/http/fcgi, func Serve(net.Listener, http.Handler) error pkg net/http/httptest, const DefaultRemoteAddr ideal-string pkg net/http/httptest, func NewRecorder() *ResponseRecorder pkg net/http/httptest, func NewServer(http.Handler) *Server pkg net/http/httptest, func NewTLSServer(http.Handler) *Server pkg net/http/httptest, func NewUnstartedServer(http.Handler) *Server pkg net/http/httptest, method (*ResponseRecorder) Flush()
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)