Function TRTSERVER_ServerUnregisterSharedMemory¶
Defined in File trtserver.h
Function Documentation¶
-
TRTSERVER_Error *
TRTSERVER_ServerUnregisterSharedMemory(TRTSERVER_Server *server, TRTSERVER_SharedMemoryBlock *shared_memory_block)¶ Unregister a shared memory block on the inference server.
No operation is performed if the shared memory block is not registered.
- Return
a TRTSERVER_Error indicating success or failure.
- Parameters
server: The inference server object.shared_memory_block: The shared memory block to unregister.