Function TRTSERVER_ServerUnregisterAllSharedMemory

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerUnregisterAllSharedMemory(TRTSERVER_Server *server)

Unregister all shared memory blocks that are currently registered.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.