Skip to content

Commit

Permalink
New param
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 committed Dec 30, 2023
1 parent 848bd22 commit 9dd432d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/identity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,9 @@ TRITONBACKEND_ModelInstanceExecute(
LOG_IF_ERROR(
TRITONBACKEND_ResponseSetBoolParameter(responses[r], "param2", false),
"failed setting boolean parameter");
LOG_IF_ERROR(
TRITONBACKEND_ResponseSetBoolParameter(responses[r], "param3", 123.123),
"failed setting double parameter");
}

uint64_t compute_end_ns = 0;
Expand Down

0 comments on commit 9dd432d

Please sign in to comment.