[c++] Elegant Way to Pass the const char* const* input_names
input to the Run
function
#21429
Unanswered
FabianSchuetze
asked this question in
API Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to avoid the following coding pattern with the c++ api to pass the
const char* const* input_names
into the run function? (without hardcoding the input names into the executable)Especially with many inputs, this is cumbersome. The session object is alive all the time and holds the data already.
Beta Was this translation helpful? Give feedback.
All reactions