We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf27b3a commit 04687f7Copy full SHA for 04687f7
src/tritonserver_stub.cc
@@ -1075,6 +1075,26 @@ TRITONSERVER_MetricFamilyDelete()
1075
{
1076
}
1077
1078
+TRITONAPI_DECLSPEC void
1079
+TRITONSERVER_GetMetricFamilyKind()
1080
+{
1081
+}
1082
+
1083
1084
+TRITONSERVER_MetricArgsNew()
1085
1086
1087
1088
1089
+TRITONSERVER_MetricArgsSetHistogram()
1090
1091
1092
1093
1094
+TRITONSERVER_MetricArgsDelete()
1095
1096
1097
1098
TRITONAPI_DECLSPEC void
1099
TRITONSERVER_MetricNew()
1100
0 commit comments