| Package | Description |
|---|---|
| org.bytedeco.tritonserver.tritondevelopertoolsserver |
| Modifier and Type | Method and Description |
|---|---|
Tensor |
Tensor.buffer_(BytePointer setter) |
Tensor |
Tensor.byte_size_(long setter) |
Tensor |
Tensor.data_type_(int setter) |
Tensor |
Tensor.memory_type_(int setter) |
Tensor |
Tensor.memory_type_id_(long setter) |
Tensor |
GenericInferResult.Output(BytePointer name)
Get the result output as a shared pointer of 'Tensor' object.
|
Tensor |
GenericInferResult.Output(String name) |
Tensor |
Tensor.shape_(LongPointer setter) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericInferRequest.AddInput(BytePointer name,
Tensor input)
Add an input tensor to be sent within an InferRequest object.
|
void |
GenericInferRequest.AddInput(String name,
Tensor input) |
void |
GenericInferRequest.AddRequestedOutput(BytePointer name,
Tensor output)
Add a requested output to be sent within an InferRequest object.
|
void |
GenericInferRequest.AddRequestedOutput(String name,
Tensor output) |
Copyright © 2024. All rights reserved.