| Package | Description |
|---|---|
| org.bytedeco.tritonserver.global |
| Modifier and Type | Method and Description |
|---|---|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBuffer(TRITONBACKEND_Input input,
int index,
Pointer buffer,
long[] buffer_byte_size,
int[] memory_type,
long[] memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBuffer(TRITONBACKEND_Input input,
int index,
Pointer buffer,
LongBuffer buffer_byte_size,
IntBuffer memory_type,
LongBuffer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBuffer(TRITONBACKEND_Input input,
int index,
Pointer buffer,
LongPointer buffer_byte_size,
IntPointer memory_type,
LongPointer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBuffer(TRITONBACKEND_Input input,
int index,
PointerPointer buffer,
LongPointer buffer_byte_size,
IntPointer memory_type,
LongPointer memory_type_id)
Get a buffer holding (part of) the tensor data for an input.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferAttributes(TRITONBACKEND_Input input,
int index,
PointerPointer buffer,
PointerPointer buffer_attributes)
Get the buffer attributes associated with the given input buffer.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferAttributes(TRITONBACKEND_Input input,
int index,
Pointer buffer,
TRITONSERVER_BufferAttributes buffer_attributes) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferForHostPolicy(TRITONBACKEND_Input input,
BytePointer host_policy_name,
int index,
Pointer buffer,
long[] buffer_byte_size,
int[] memory_type,
long[] memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferForHostPolicy(TRITONBACKEND_Input input,
BytePointer host_policy_name,
int index,
Pointer buffer,
LongBuffer buffer_byte_size,
IntBuffer memory_type,
LongBuffer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferForHostPolicy(TRITONBACKEND_Input input,
BytePointer host_policy_name,
int index,
Pointer buffer,
LongPointer buffer_byte_size,
IntPointer memory_type,
LongPointer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
int index,
Pointer buffer,
long[] buffer_byte_size,
int[] memory_type,
long[] memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
int index,
Pointer buffer,
LongBuffer buffer_byte_size,
IntBuffer memory_type,
LongBuffer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
int index,
Pointer buffer,
LongPointer buffer_byte_size,
IntPointer memory_type,
LongPointer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputBufferForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
int index,
PointerPointer buffer,
LongPointer buffer_byte_size,
IntPointer memory_type,
LongPointer memory_type_id)
Get a buffer holding (part of) the tensor data for an input for a specific
host policy.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputProperties(TRITONBACKEND_Input input,
byte[] name,
int[] datatype,
long[] shape,
int[] dims_count,
long[] byte_size,
int[] buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputProperties(TRITONBACKEND_Input input,
ByteBuffer name,
IntBuffer datatype,
LongBuffer shape,
IntBuffer dims_count,
LongBuffer byte_size,
IntBuffer buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputProperties(TRITONBACKEND_Input input,
BytePointer name,
IntPointer datatype,
LongPointer shape,
IntPointer dims_count,
LongPointer byte_size,
IntPointer buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputProperties(TRITONBACKEND_Input input,
PointerPointer name,
IntPointer datatype,
PointerPointer shape,
IntPointer dims_count,
LongPointer byte_size,
IntPointer buffer_count)
TRITONBACKEND_Input
Object representing an input tensor.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputPropertiesForHostPolicy(TRITONBACKEND_Input input,
BytePointer host_policy_name,
byte[] name,
int[] datatype,
long[] shape,
int[] dims_count,
long[] byte_size,
int[] buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputPropertiesForHostPolicy(TRITONBACKEND_Input input,
BytePointer host_policy_name,
ByteBuffer name,
IntBuffer datatype,
LongBuffer shape,
IntBuffer dims_count,
LongBuffer byte_size,
IntBuffer buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputPropertiesForHostPolicy(TRITONBACKEND_Input input,
BytePointer host_policy_name,
BytePointer name,
IntPointer datatype,
LongPointer shape,
IntPointer dims_count,
LongPointer byte_size,
IntPointer buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputPropertiesForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
byte[] name,
int[] datatype,
long[] shape,
int[] dims_count,
long[] byte_size,
int[] buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputPropertiesForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
ByteBuffer name,
IntBuffer datatype,
LongBuffer shape,
IntBuffer dims_count,
LongBuffer byte_size,
IntBuffer buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputPropertiesForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
BytePointer name,
IntPointer datatype,
LongPointer shape,
IntPointer dims_count,
LongPointer byte_size,
IntPointer buffer_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_InputPropertiesForHostPolicy(TRITONBACKEND_Input input,
String host_policy_name,
PointerPointer name,
IntPointer datatype,
PointerPointer shape,
IntPointer dims_count,
LongPointer byte_size,
IntPointer buffer_count)
Get the name and properties of an input tensor associated with a given
host policy.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_RequestInput(TRITONBACKEND_Request request,
BytePointer name,
TRITONBACKEND_Input input) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_RequestInput(TRITONBACKEND_Request request,
String name,
TRITONBACKEND_Input input) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_RequestInputByIndex(TRITONBACKEND_Request request,
int index,
TRITONBACKEND_Input input) |
Copyright © 2024. All rights reserved.