| Package | Description |
|---|---|
| org.bytedeco.tritonserver.global |
| Modifier and Type | Method and Description |
|---|---|
static TRITONSERVER_Parameter |
tritonserver.TRITONSERVER_ParameterBytesNew(BytePointer name,
Pointer byte_ptr,
long size) |
static TRITONSERVER_Parameter |
tritonserver.TRITONSERVER_ParameterBytesNew(String name,
Pointer byte_ptr,
long size)
Create a new parameter object with type TRITONSERVER_PARAMETER_BYTES.
|
static TRITONSERVER_Parameter |
tritonserver.TRITONSERVER_ParameterNew(BytePointer name,
int type,
Pointer value) |
static TRITONSERVER_Parameter |
tritonserver.TRITONSERVER_ParameterNew(String name,
int type,
Pointer value)
Create a new parameter object.
|
Copyright © 2024. All rights reserved.