ONE - On-device Neural Engine
|
#include <ShapeKernel.h>
Public Member Functions | |
TestDataShapeKernel () | |
~TestDataShapeKernel () override=default | |
const unsigned char * | get_model_ptr () override final |
const std::vector< T > & | get_input_data_by_index (int i) override final |
const std::vector< U > & | get_output_data_by_index (int i) override final |
Public Member Functions inherited from onert_micro::test_model::TestDataBase< T, U > | |
virtual | ~TestDataBase ()=default |
Protected Attributes | |
std::vector< T > | _input_data |
std::vector< U > | _reference_output_data |
const unsigned char * | _test_kernel_model_circle |
Definition at line 73 of file ShapeKernel.h.
|
inline |
Definition at line 76 of file ShapeKernel.h.
References onert_micro::test_model::TestDataShapeKernel< T, U >::_input_data, onert_micro::test_model::TestDataShapeKernel< T, U >::_reference_output_data, onert_micro::test_model::TestDataShapeKernel< T, U >::_test_kernel_model_circle, onert_micro::test_model::shape_kernel::input_data, onert_micro::test_model::shape_kernel::reference_output_data, and onert_micro::test_model::shape_kernel::test_kernel_model_circle.
|
overridedefault |
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 87 of file ShapeKernel.h.
References onert_micro::test_model::TestDataShapeKernel< T, U >::_input_data.
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 85 of file ShapeKernel.h.
References onert_micro::test_model::TestDataShapeKernel< T, U >::_test_kernel_model_circle.
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 98 of file ShapeKernel.h.
References onert_micro::test_model::TestDataShapeKernel< T, U >::_reference_output_data.
|
protected |
Definition at line 105 of file ShapeKernel.h.
Referenced by onert_micro::test_model::TestDataShapeKernel< T, U >::get_input_data_by_index(), and onert_micro::test_model::TestDataShapeKernel< T, U >::TestDataShapeKernel().
|
protected |
Definition at line 106 of file ShapeKernel.h.
Referenced by onert_micro::test_model::TestDataShapeKernel< T, U >::get_output_data_by_index(), and onert_micro::test_model::TestDataShapeKernel< T, U >::TestDataShapeKernel().
|
protected |
Definition at line 107 of file ShapeKernel.h.
Referenced by onert_micro::test_model::TestDataShapeKernel< T, U >::get_model_ptr(), and onert_micro::test_model::TestDataShapeKernel< T, U >::TestDataShapeKernel().