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

#include <FloatArgMaxKernel.h>

Collaboration diagram for luci_interpreter::test_kernel::TestDataFloatArgMax:

Public Member Functions

 TestDataFloatArgMax ()
 
 ~TestDataFloatArgMax () override=default
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataArgMaxBase< float, int32_t >
 TestDataArgMaxBase ()=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< int32_t > & 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::TestDataArgMaxBase< float, int32_t >
std::vector< float > _input1_data
 
std::vector< int32_t > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 79 of file FloatArgMaxKernel.h.

Constructor & Destructor Documentation

◆ TestDataFloatArgMax()

luci_interpreter::test_kernel::TestDataFloatArgMax::TestDataFloatArgMax ( )
inline

Definition at line 82 of file FloatArgMaxKernel.h.

References luci_interpreter::test_kernel::TestDataArgMaxBase< float, int32_t >::_input1_data, luci_interpreter::test_kernel::TestDataArgMaxBase< float, int32_t >::_reference_output_data, luci_interpreter::test_kernel::TestDataArgMaxBase< float, int32_t >::_test_kernel_model_circle, luci_interpreter::test_kernel::argmax_float::input1_data, luci_interpreter::test_kernel::argmax_float::reference_output_data, and luci_interpreter::test_kernel::argmax_float::test_kernel_model_circle.

◆ ~TestDataFloatArgMax()

luci_interpreter::test_kernel::TestDataFloatArgMax::~TestDataFloatArgMax ( )
overridedefault

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