Function TRTSERVER_ServerIsReady

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerIsReady(TRTSERVER_Server *server, bool *ready)

Is the server ready?

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.

  • ready: Returns true if server is ready, false otherwise.