ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter::test_kernel::TestDataLessEqualBase< T, U > Class Template Reference

#include <TestDataLessEqualBase.h>

Collaboration diagram for luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >:

Public Member Functions

 TestDataLessEqualBase (bool)
 
 TestDataLessEqualBase ()=delete
 
const unsigned char * get_model_ptr () override final
 
const std::vector< T > & get_input_data_by_index (int i) override final
 
const std::vector< U > & get_output_data_by_index (int i) override final
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataBase< T, U >
virtual ~TestDataBase ()=default
 

Protected Attributes

std::vector< T > _input1_data
 
std::vector< T > _input2_data
 
std::vector< U > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

template<typename T, typename U>
class luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >

Definition at line 27 of file TestDataLessEqualBase.h.

Constructor & Destructor Documentation

◆ TestDataLessEqualBase() [1/2]

template<typename T , typename U >
luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::TestDataLessEqualBase ( bool  )
inlineexplicit

Definition at line 30 of file TestDataLessEqualBase.h.

31 {
32 // Do nothing
33 }

◆ TestDataLessEqualBase() [2/2]

template<typename T , typename U >
luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::TestDataLessEqualBase ( )
delete

Member Function Documentation

◆ get_input_data_by_index()

template<typename T , typename U >
const std::vector< T > & luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::get_input_data_by_index ( int  i)
inlinefinaloverridevirtual

◆ get_model_ptr()

template<typename T , typename U >
const unsigned char * luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::get_model_ptr ( )
inlinefinaloverridevirtual

◆ get_output_data_by_index()

template<typename T , typename U >
const std::vector< U > & luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::get_output_data_by_index ( int  i)
inlinefinaloverridevirtual

Field Documentation

◆ _input1_data

template<typename T , typename U >
std::vector<T> luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::_input1_data
protected

◆ _input2_data

template<typename T , typename U >
std::vector<T> luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::_input2_data
protected

◆ _reference_output_data

template<typename T , typename U >
std::vector<U> luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::_reference_output_data
protected

◆ _test_kernel_model_circle

template<typename T , typename U >
const unsigned char* luci_interpreter::test_kernel::TestDataLessEqualBase< T, U >::_test_kernel_model_circle
protected

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