MCPcopy Index your code
hub / github.com/apache/tvm / Server

Method Server

jvm/core/src/main/java/org/apache/tvm/rpc/Server.java:59–61  ·  view source on GitHub ↗

Start a standalone server. @param serverPort Port. @throws IOException if failed to bind localhost:port.

(int serverPort)

Source from the content-addressed store, hash-verified

57 * @throws IOException if failed to bind localhost:port.
58 */
59 public Server(int serverPort) throws IOException {
60 worker = new WorkerThread(new StandaloneServerProcessor(serverPort));
61 }
62
63 /**
64 * Start a server connected to proxy.

Callers 15

mainFunction · 0.80
check_server_dropFunction · 0.80
test_rpcFunction · 0.80
run_on_rpcFunction · 0.80
test_rpc_simpleFunction · 0.80
test_rpc_runtime_stringFunction · 0.80
test_rpc_arrayFunction · 0.80
test_rpc_large_arrayFunction · 0.80
test_rpc_echoFunction · 0.80
check_minrpcFunction · 0.80
test_rpc_file_exchangeFunction · 0.80
test_rpc_remote_moduleFunction · 0.80

Calls

no outgoing calls

Tested by 15

check_server_dropFunction · 0.64
test_rpcFunction · 0.64
run_on_rpcFunction · 0.64
test_rpc_simpleFunction · 0.64
test_rpc_runtime_stringFunction · 0.64
test_rpc_arrayFunction · 0.64
test_rpc_large_arrayFunction · 0.64
test_rpc_echoFunction · 0.64
check_minrpcFunction · 0.64
test_rpc_file_exchangeFunction · 0.64
test_rpc_remote_moduleFunction · 0.64
test_rpc_return_funcFunction · 0.64