| Package | Description |
|---|---|
| org.bytedeco.tritonserver.global |
| Modifier and Type | Method and Description |
|---|---|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricFamilyDelete(TRITONSERVER_MetricFamily family)
Delete a metric family object.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricFamilyNew(TRITONSERVER_MetricFamily family,
int kind,
BytePointer name,
BytePointer description) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricFamilyNew(TRITONSERVER_MetricFamily family,
int kind,
String name,
String description) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricNew(PointerPointer metric,
TRITONSERVER_MetricFamily family,
PointerPointer labels,
long label_count)
Create a new metric object.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricNew(TRITONSERVER_Metric metric,
TRITONSERVER_MetricFamily family,
TRITONSERVER_Parameter labels,
long label_count) |
Copyright © 2024. All rights reserved.