ONE - On-device Neural Engine
|
Functions | |
assertTrue (cond, msg) | |
checkPadding (pad, exp_pad) | |
checkActivation (act, exp_act) | |
checkOpcode (opcode, exp_opcode) | |
checkBuiltinOptionType (option, exp_option) | |
TestUtil.assertTrue | ( | cond, | |
msg | |||
) |
Definition at line 21 of file TestUtil.py.
Referenced by checkActivation(), checkBuiltinOptionType(), checkOpcode(), and checkPadding().
TestUtil.checkActivation | ( | act, | |
exp_act | |||
) |
Definition at line 34 of file TestUtil.py.
References assertTrue().
TestUtil.checkBuiltinOptionType | ( | option, | |
exp_option | |||
) |
Definition at line 55 of file TestUtil.py.
References assertTrue().
TestUtil.checkOpcode | ( | opcode, | |
exp_opcode | |||
) |
Definition at line 50 of file TestUtil.py.
References assertTrue().
TestUtil.checkPadding | ( | pad, | |
exp_pad | |||
) |
Definition at line 25 of file TestUtil.py.
References assertTrue().