Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Jun 24, 2023
1 parent b02482d commit e1ab915
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,6 @@ public void map(InfoMap infoMap) {
.put(new Info("std::size_t").cast().valueTypes("long").pointerTypes("LongPointer", "LongBuffer", "long[]"))
.put(new Info("TRITONSERVER_EXPORT", "TRITONSERVER_DECLSPEC",
"TRITONBACKEND_DECLSPEC", "TRITONBACKEND_ISPEC",
"TRITONREPOAGENT_DECLSPEC", "TRITONREPOAGENT_ISPEC").cppTypes().annotations())
.put(new Info("struct TRITONSERVER_BufferAttributes").cppText("TRITONSERVER_BufferAttributes"))
.put(new Info("struct TRITONSERVER_Error").cppText("TRITONSERVER_Error"))
.put(new Info("struct TRITONSERVER_InferenceRequest").cppText("TRITONSERVER_InferenceRequest"))
.put(new Info("struct TRITONSERVER_InferenceResponse").cppText("TRITONSERVER_InferenceResponse"))
.put(new Info("struct TRITONSERVER_InferenceTrace").cppText("TRITONSERVER_InferenceTrace"))
.put(new Info("struct TRITONSERVER_Message").cppText("TRITONSERVER_Message"))
.put(new Info("struct TRITONSERVER_Metrics").cppText("TRITONSERVER_Metrics"))
.put(new Info("struct TRITONSERVER_Parameter").cppText("TRITONSERVER_Parameter"))
.put(new Info("struct TRITONSERVER_ResponseAllocator").cppText("TRITONSERVER_ResponseAllocator"))
.put(new Info("struct TRITONSERVER_Server").cppText("TRITONSERVER_Server"))
.put(new Info("struct TRITONSERVER_ServerOptions").cppText("TRITONSERVER_ServerOptions"))
.put(new Info("struct TRITONSERVER_Metric").cppText("TRITONSERVER_Metric"))
.put(new Info("struct TRITONSERVER_MetricFamily").cppText("TRITONSERVER_MetricFamily"));
"TRITONREPOAGENT_DECLSPEC", "TRITONREPOAGENT_ISPEC").cppTypes().annotations());
}
}

0 comments on commit e1ab915

Please sign in to comment.