We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eb61c commit 84868f1Copy full SHA for 84868f1
include/triton/core/tritonbackend.h
@@ -1100,7 +1100,7 @@ TRITONBACKEND_DECLSPEC TRITONSERVER_Error* TRITONBACKEND_ModelServer(
1100
/// Get the backend used by the model.
1101
///
1102
/// \param model The model.
1103
-/// \param model Returns the backend object.
+/// \param backend Returns the backend object.
1104
/// \return a TRITONSERVER_Error indicating success or failure.
1105
TRITONBACKEND_DECLSPEC TRITONSERVER_Error* TRITONBACKEND_ModelBackend(
1106
TRITONBACKEND_Model* model, TRITONBACKEND_Backend** backend);
0 commit comments