ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
luci_interpreter::test_kernel::TestDataFloatTanh Class Reference

#include <FloatTanhKernel.h>

Collaboration diagram for luci_interpreter::test_kernel::TestDataFloatTanh:

Public Member Functions

 TestDataFloatTanh ()
 
 ~TestDataFloatTanh () override=default
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataTanhBase< float >
 TestDataTanhBase ()=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::TestDataTanhBase< float >
std::vector< float > _input_data
 
std::vector< float > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 73 of file FloatTanhKernel.h.

Constructor & Destructor Documentation

◆ TestDataFloatTanh()

luci_interpreter::test_kernel::TestDataFloatTanh::TestDataFloatTanh ( )
inline

Definition at line 76 of file FloatTanhKernel.h.

References luci_interpreter::test_kernel::TestDataTanhBase< float >::_input_data, luci_interpreter::test_kernel::TestDataTanhBase< float >::_reference_output_data, luci_interpreter::test_kernel::TestDataTanhBase< float >::_test_kernel_model_circle, luci_interpreter::test_kernel::tanh_float::input_data, luci_interpreter::test_kernel::tanh_float::reference_output_data, and luci_interpreter::test_kernel::tanh_float::test_kernel_model_circle.

◆ ~TestDataFloatTanh()

luci_interpreter::test_kernel::TestDataFloatTanh::~TestDataFloatTanh ( )
overridedefault

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