ONE - On-device Neural Engine
|
#include <ReshapeKernel.h>
Public Member Functions | |
TestDataReshapeKernel (bool is_neg) | |
~TestDataReshapeKernel () 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< T > & | 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< T > | _reference_output_data |
const unsigned char * | _test_kernel_model_circle |
Definition at line 126 of file ReshapeKernel.h.
|
inline |
Definition at line 129 of file ReshapeKernel.h.
References onert_micro::test_model::TestDataReshapeKernel< T >::_input_data, onert_micro::test_model::TestDataReshapeKernel< T >::_reference_output_data, onert_micro::test_model::TestDataReshapeKernel< T >::_test_kernel_model_circle, onert_micro::test_model::neg_reshape_kernel::input_data, onert_micro::test_model::reshape_kernel::input_data, onert_micro::test_model::neg_reshape_kernel::reference_output_data, onert_micro::test_model::reshape_kernel::reference_output_data, onert_micro::test_model::neg_reshape_kernel::test_kernel_model_circle, and onert_micro::test_model::reshape_kernel::test_kernel_model_circle.
|
overridedefault |
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 149 of file ReshapeKernel.h.
References onert_micro::test_model::TestDataReshapeKernel< T >::_input_data.
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 147 of file ReshapeKernel.h.
References onert_micro::test_model::TestDataReshapeKernel< T >::_test_kernel_model_circle.
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 160 of file ReshapeKernel.h.
References onert_micro::test_model::TestDataReshapeKernel< T >::_reference_output_data.
|
protected |
Definition at line 167 of file ReshapeKernel.h.
Referenced by onert_micro::test_model::TestDataReshapeKernel< T >::get_input_data_by_index(), and onert_micro::test_model::TestDataReshapeKernel< T >::TestDataReshapeKernel().
|
protected |
Definition at line 168 of file ReshapeKernel.h.
Referenced by onert_micro::test_model::TestDataReshapeKernel< T >::get_output_data_by_index(), and onert_micro::test_model::TestDataReshapeKernel< T >::TestDataReshapeKernel().
|
protected |
Definition at line 169 of file ReshapeKernel.h.
Referenced by onert_micro::test_model::TestDataReshapeKernel< T >::get_model_ptr(), and onert_micro::test_model::TestDataReshapeKernel< T >::TestDataReshapeKernel().