23.11
|
#include <KernelDescriptors.h>
Public Member Functions | |
GEMMLowpReductionKernelInfo ()=default | |
Default constructor. More... | |
GEMMLowpReductionKernelInfo (int32_t k, bool is_reshaped, int32_t scalar, bool mul_by_scalar) | |
Constructor. More... | |
Data Fields | |
int32_t | k {0} |
Number of matrix columns/rows. More... | |
bool | is_reshaped {false} |
True if the input tensor has been reshaped. More... | |
int32_t | scalar {0} |
Scalar value to multiply each reduced column/row by. More... | |
bool | mul_by_scalar {false} |
True if each column/row reduction has to be multiplied by a scalar value. More... | |
Definition at line 177 of file KernelDescriptors.h.
|
default |
Default constructor.
|
inline |
Constructor.
[in] | k | Number of matrix columns/rows. |
[in] | is_reshaped | True if the input tensor has been reshaped. |
[in] | scalar | Scalar value to multiply each reduced column/row by. |
[in] | mul_by_scalar | True if each column/row reduction has to be multiplied by a scalar value. |
Definition at line 188 of file KernelDescriptors.h.
bool is_reshaped {false} |
True if the input tensor has been reshaped.
Definition at line 194 of file KernelDescriptors.h.
int32_t k {0} |
Number of matrix columns/rows.
Definition at line 193 of file KernelDescriptors.h.
bool mul_by_scalar {false} |
True if each column/row reduction has to be multiplied by a scalar value.
Definition at line 196 of file KernelDescriptors.h.
int32_t scalar {0} |
Scalar value to multiply each reduced column/row by.
Definition at line 195 of file KernelDescriptors.h.