ONE - On-device Neural Engine
|
#include <FloatDepthwiseConv2DKernel.h>
Public Member Functions | |
TestDataFloatDepthwiseConv2D () | |
~TestDataFloatDepthwiseConv2D () override=default | |
Public Member Functions inherited from onert_micro::test_model::TestDataDepthwiseConv2DBase< T > | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from onert_micro::test_model::TestDataDepthwiseConv2DBase< T > | |
std::vector< T > | _input_data |
std::vector< T > | _reference_output_data |
const unsigned char * | _test_kernel_model_circle |
Definition at line 91 of file FloatDepthwiseConv2DKernel.h.
|
inline |
Definition at line 94 of file FloatDepthwiseConv2DKernel.h.
References onert_micro::test_model::TestDataDepthwiseConv2DBase< T >::_input_data, onert_micro::test_model::TestDataDepthwiseConv2DBase< T >::_reference_output_data, onert_micro::test_model::TestDataDepthwiseConv2DBase< T >::_test_kernel_model_circle, onert_micro::test_model::depthwiseconv2d_float::input_data, onert_micro::test_model::depthwiseconv2d_float::reference_output_data, and onert_micro::test_model::depthwiseconv2d_float::test_kernel_model_circle.
|
overridedefault |