ONE - On-device Neural Engine
|
Struct to observe comparison results. More...
#include <Comparator.h>
Public Member Functions | |
virtual void | notify (const Index &index, float expected, float obtained)=0 |
Get notification of comparison result at every index of two tensors. | |
Struct to observe comparison results.
Definition at line 61 of file Comparator.h.
|
pure virtual |
Get notification of comparison result at every index of two tensors.
[in] | index | Index of tensors compared |
[in] | expected | Expected value of element at index |
[in] | obtained | Obtained value of element at index |
Referenced by nnfw::misc::tensor::Comparator::compare().