Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for NewServer (0.05 sec)

  1. 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).
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue May 27 15:18:36 UTC 2025
    - 35.9K bytes
    - Viewed (4)
  2. 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)
    }
    
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Sat Oct 04 05:55:32 UTC 2025
    - 102.4K bytes
    - Viewed (0)
  3. 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()
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top