| Package | Description |
|---|---|
| org.bytedeco.tritonserver.global |
| Modifier and Type | Method and Description |
|---|---|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_OutputBuffer(TRITONBACKEND_Output output,
Pointer buffer,
long buffer_byte_size,
int[] memory_type,
long[] memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_OutputBuffer(TRITONBACKEND_Output output,
Pointer buffer,
long buffer_byte_size,
IntBuffer memory_type,
LongBuffer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_OutputBuffer(TRITONBACKEND_Output output,
Pointer buffer,
long buffer_byte_size,
IntPointer memory_type,
LongPointer memory_type_id) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_OutputBuffer(TRITONBACKEND_Output output,
PointerPointer buffer,
long buffer_byte_size,
IntPointer memory_type,
LongPointer memory_type_id)
TRITONBACKEND_Output
Object representing a response output tensor.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_OutputBufferAttributes(TRITONBACKEND_Output output,
PointerPointer buffer_attributes)
Get the buffer attributes associated with the given output buffer.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_OutputBufferAttributes(TRITONBACKEND_Output output,
TRITONSERVER_BufferAttributes buffer_attributes) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ResponseOutput(TRITONBACKEND_Response response,
TRITONBACKEND_Output output,
BytePointer name,
int datatype,
long[] shape,
int dims_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ResponseOutput(TRITONBACKEND_Response response,
TRITONBACKEND_Output output,
BytePointer name,
int datatype,
LongBuffer shape,
int dims_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ResponseOutput(TRITONBACKEND_Response response,
TRITONBACKEND_Output output,
BytePointer name,
int datatype,
LongPointer shape,
int dims_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ResponseOutput(TRITONBACKEND_Response response,
TRITONBACKEND_Output output,
String name,
int datatype,
long[] shape,
int dims_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ResponseOutput(TRITONBACKEND_Response response,
TRITONBACKEND_Output output,
String name,
int datatype,
LongBuffer shape,
int dims_count) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ResponseOutput(TRITONBACKEND_Response response,
TRITONBACKEND_Output output,
String name,
int datatype,
LongPointer shape,
int dims_count) |
Copyright © 2024. All rights reserved.