| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Class and Description |
|---|---|
class |
TVMArgValue
\brief A single argument value to PackedFunc.
|
class |
TVMMovableArgValue_
\brief Internal auxiliary struct for TypedPackedFunc to indicate a movable argument.
|
class |
TVMPODArgValue
\brief A utility class that adds methods useful for each POD type
These cannot be provided in the base PODValue_ class, because
TVMArgValue and TVMRetValue have different semantics for kTVMStr
and kTVMBytes.
|
class |
TVMPODMovableArgValue_ |
class |
TVMPODRetValue |
class |
TVMRetValue
\brief Return Value container,
Unlike TVMArgValue, which only holds reference and do not delete
the underlying container during destruction.
|
Copyright © 2024. All rights reserved.