ONE - On-device Neural Engine
|
Verify the scale of quantized bias node. More...
#include <VerifyQuantizedBiasScale.h>
Public Member Functions | |
bool | verify (luci::CircleNode *node) |
Public Member Functions inherited from luci::CircleNodeVisitor< bool > | |
virtual | ~CircleNodeVisitor ()=default |
Public Member Functions inherited from luci::CircleNodeVisitorBase< T > | |
virtual | ~CircleNodeVisitorBase ()=default |
Static Public Member Functions | |
static std::shared_ptr< VerifyQuantizedBiasScale > | create () |
Verify the scale of quantized bias node.
Bias of CONV, DCONV, TCONV, FC layers should meet the following condition.
bias scale = input scale * weights scale
Definition at line 36 of file VerifyQuantizedBiasScale.h.
|
inlinestatic |
Definition at line 39 of file VerifyQuantizedBiasScale.h.
Referenced by luci::QuantizedModelVerifier::verify().
|
inline |