ONE - On-device Neural Engine
|
#include <ReshapeKernel.h>
Public Member Functions | |
TestDataS8ReshapeKernel (bool is_neg) | |
~TestDataS8ReshapeKernel () override=default | |
const unsigned char * | get_model_ptr () override final |
const std::vector< int8_t > & | get_input_data_by_index (int i) override final |
const std::vector< int8_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< int8_t > | _input_data |
std::vector< int8_t > | _reference_output_data |
const unsigned char * | _test_kernel_model_circle |
Definition at line 292 of file ReshapeKernel.h.
|
inline |
Definition at line 295 of file ReshapeKernel.h.
References _input_data, _reference_output_data, _test_kernel_model_circle, onert_micro::test_model::reshape_kernel_s8::input_data, onert_micro::test_model::neg_reshape_kernel_s8::input_data, onert_micro::test_model::reshape_kernel_s8::reference_output_data, onert_micro::test_model::neg_reshape_kernel_s8::reference_output_data, onert_micro::test_model::reshape_kernel_s8::test_kernel_model_circle, and onert_micro::test_model::neg_reshape_kernel_s8::test_kernel_model_circle.
|
overridedefault |
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 315 of file ReshapeKernel.h.
References _input_data.
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 313 of file ReshapeKernel.h.
References _test_kernel_model_circle.
|
inlinefinaloverridevirtual |
Implements onert_micro::test_model::TestDataBase< T, U >.
Definition at line 326 of file ReshapeKernel.h.
References _reference_output_data.
|
protected |
Definition at line 333 of file ReshapeKernel.h.
Referenced by get_input_data_by_index(), and TestDataS8ReshapeKernel().
|
protected |
Definition at line 334 of file ReshapeKernel.h.
Referenced by get_output_data_by_index(), and TestDataS8ReshapeKernel().
|
protected |
Definition at line 335 of file ReshapeKernel.h.
Referenced by get_model_ptr(), and TestDataS8ReshapeKernel().