ONE - On-device Neural Engine
|
#include <FloatL2Pool2DKernel.h>
Public Member Functions | |
TestDataFloatL2Pool2D () | |
~TestDataFloatL2Pool2D () override=default | |
![]() | |
TestDataL2Pool2DBase ()=default | |
const unsigned char * | get_model_ptr () override final |
const std::vector< float > & | get_input_data_by_index (int i) override final |
const std::vector< float > & | get_output_data_by_index (int i) override final |
![]() | |
virtual | ~TestDataBase ()=default |
Additional Inherited Members | |
![]() | |
std::vector< float > | _input_data |
std::vector< float > | _reference_output_data |
const unsigned char * | _test_kernel_model_circle |
Definition at line 85 of file FloatL2Pool2DKernel.h.
|
inline |
Definition at line 88 of file FloatL2Pool2DKernel.h.
References luci_interpreter::test_kernel::TestDataL2Pool2DBase< float >::_input_data, luci_interpreter::test_kernel::TestDataL2Pool2DBase< float >::_reference_output_data, luci_interpreter::test_kernel::TestDataL2Pool2DBase< float >::_test_kernel_model_circle, luci_interpreter::test_kernel::l2_pool_2d_float::input_data, luci_interpreter::test_kernel::l2_pool_2d_float::reference_output_data, and luci_interpreter::test_kernel::l2_pool_2d_float::test_kernel_model_circle.
|
overridedefault |