| Package | Description |
|---|---|
| org.bytedeco.tritonserver.tritondevelopertoolsserver |
| Modifier and Type | Method and Description |
|---|---|
Allocator |
InferOptions.custom_allocator_() |
| Modifier and Type | Method and Description |
|---|---|
InferOptions |
InferOptions.custom_allocator_(Allocator setter) |
| Constructor and Description |
|---|
InferOptions(BytePointer model_name,
long model_version,
BytePointer request_id,
long correlation_id,
BytePointer correlation_id_str,
boolean sequence_start,
boolean sequence_end,
long priority,
long request_timeout,
Allocator custom_allocator,
Trace trace) |
InferOptions(String model_name,
long model_version,
String request_id,
long correlation_id,
String correlation_id_str,
boolean sequence_start,
boolean sequence_end,
long priority,
long request_timeout,
Allocator custom_allocator,
Trace trace) |
Copyright © 2024. All rights reserved.