Skip to content

How to access inputs in TRITONSERVER_InferenceRequest #5499

Closed Answered by dyastremsky
avickars asked this question in Q&A
Discussion options

You must be logged in to vote

You typically wouldn't modify that yourself. The structs are defined in the tritonserver.h header file, but they're more like aliases you use in calls to the C API. Those calls are detailed in the header file, like the request delete call here that you'd use for that memory deallocation.

You should feel free to use the more complex servers as references for how to use the API as well. They are in the same folder, like multi_server and GRPC server, which have that delete call and others.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by dyastremsky
Comment options

You must be logged in to vote
2 replies
@dyastremsky
Comment options

@avickars
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5496 on March 13, 2023 23:07.