ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter::test_kernel::TestDataFloatUnpack Class Reference

#include <FloatUnpackKernel.h>

Collaboration diagram for luci_interpreter::test_kernel::TestDataFloatUnpack:

Public Member Functions

 TestDataFloatUnpack ()
 
 ~TestDataFloatUnpack () override=default
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataUnpackBase< float >
 TestDataUnpackBase ()=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
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataBase< T, U >
virtual ~TestDataBase ()=default
 

Additional Inherited Members

- Protected Attributes inherited from luci_interpreter::test_kernel::TestDataUnpackBase< float >
std::vector< float > _input_data
 
std::vector< float > _reference_output_data_1
 
std::vector< float > _reference_output_data_2
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 86 of file FloatUnpackKernel.h.

Constructor & Destructor Documentation

◆ TestDataFloatUnpack()

luci_interpreter::test_kernel::TestDataFloatUnpack::TestDataFloatUnpack ( )
inline

Definition at line 89 of file FloatUnpackKernel.h.

References luci_interpreter::test_kernel::TestDataUnpackBase< float >::_input_data, luci_interpreter::test_kernel::TestDataUnpackBase< float >::_reference_output_data_1, luci_interpreter::test_kernel::TestDataUnpackBase< float >::_reference_output_data_2, luci_interpreter::test_kernel::TestDataUnpackBase< float >::_test_kernel_model_circle, luci_interpreter::test_kernel::unpack_float::input_data, luci_interpreter::test_kernel::unpack_float::reference_output_data_1, luci_interpreter::test_kernel::unpack_float::reference_output_data_2, and luci_interpreter::test_kernel::unpack_float::test_kernel_model_circle.

◆ ~TestDataFloatUnpack()

luci_interpreter::test_kernel::TestDataFloatUnpack::~TestDataFloatUnpack ( )
overridedefault

The documentation for this class was generated from the following file: