Skip to content

Commit

Permalink
Fix documentation and parameter name in TRITONBACKEND_ModelBackend fu…
Browse files Browse the repository at this point in the history
…nction (#384)

Co-authored-by: huangruixin <huangruixin@novauto.com.cn>
  • Loading branch information
HRXWEB and huangruixin authored Sep 20, 2024
1 parent 94eb61c commit 84868f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/triton/core/tritonbackend.h
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ TRITONBACKEND_DECLSPEC TRITONSERVER_Error* TRITONBACKEND_ModelServer(
/// Get the backend used by the model.
///
/// \param model The model.
/// \param model Returns the backend object.
/// \param backend Returns the backend object.
/// \return a TRITONSERVER_Error indicating success or failure.
TRITONBACKEND_DECLSPEC TRITONSERVER_Error* TRITONBACKEND_ModelBackend(
TRITONBACKEND_Model* model, TRITONBACKEND_Backend** backend);
Expand Down

0 comments on commit 84868f1

Please sign in to comment.