Function TRITONSERVER_ServerOptionsSetBackendConfig¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_ServerOptionsSetBackendConfig(TRITONSERVER_ServerOptions *options, const char *backend_name, const char *setting, const char *value)¶ Set a configuration setting for a named backend in a server options.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
options: The server options object.backend_name: The name of the backend.setting: The name of the setting.value: The setting value.