TIOVX User Guide
tivx_kernel_multiply.h File Reference

Interface file for multiply kernel. More...

Go to the source code of this file.

Macros

#define TIVX_KERNEL_MULTIPLY_IN1_IDX   (0U)
 Index of the input image for multiplication.
 
#define TIVX_KERNEL_MULTIPLY_IN2_IDX   (1U)
 Index of the input image for multiplication.
 
#define TIVX_KERNEL_MULTIPLY_SCALE_IDX   (2U)
 Index of the scalar input for multiplication.
 
#define TIVX_KERNEL_MULTIPLY_OVERFLOW_POLICY_IDX   (3U)
 Index of the scalar input for overflow policy.
 
#define TIVX_KERNEL_MULTIPLY_ROUNDING_POLICY_IDX   (4U)
 Index of the scalar input for rounding policy.
 
#define TIVX_KERNEL_MULTIPLY_OUT_IDX   (5U)
 Index of the output image for multiplication.
 
#define TIVX_KERNEL_MULTIPLY_MAX_PARAMS   (6U)
 Max parameters supported by Multiply kernel.
 

Detailed Description

Interface file for multiply kernel.

Definition in file tivx_kernel_multiply.h.