GetTensor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the tensor pointer in FlowMsg.
Prototype
1 | Tensor *GetTensor() const |
Command-Line Options
None
Returns
Pointer to the tensor type.
Troubleshooting
None
Constraints
The pointer to the tensor type can be obtained only when the message type is TENSOR_DATA_TYPE. Otherwise, NULL is returned.
Parent topic: Class FlowMsg