QuantSpec Struct
Declaration
struct simaai::neat::QuantSpec { ... }
Included Headers
#include <TensorCore.h>
Public Member Attributes Index
| float | scale = 1.0f |
| int32_t | zero_point = 0 |
| int | axis = -1 |
| std::vector< float > | scales |
| std::vector< int32_t > | zero_points |
Definition at line 98 of file TensorCore.h.
Public Member Attributes
axis
|
Definition at line 101 of file TensorCore.h.
scale
|
Definition at line 99 of file TensorCore.h.
scales
|
Definition at line 102 of file TensorCore.h.
zero_point
|
Definition at line 100 of file TensorCore.h.
100 int32_t zero_point = 0;
zero_points
|
Definition at line 103 of file TensorCore.h.
103 std::vector<int32_t> zero_points;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.