ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert_micro::test_model::TestDataS8Less Class Reference

#include <S8LessKernel.h>

Collaboration diagram for onert_micro::test_model::TestDataS8Less:

Public Member Functions

 TestDataS8Less (bool is_with_broadcast, bool is_neg)
 
 ~TestDataS8Less () override=default
 
- Public Member Functions inherited from onert_micro::test_model::TestDataLessBase< int8_t, bool >
 TestDataLessBase (bool)
 
 TestDataLessBase ()=delete
 
const unsigned char * get_model_ptr () override final
 
const std::vector< int8_t > & get_input_data_by_index (int i) override final
 
const std::vector< bool > & get_output_data_by_index (int i) override final
 
- Public Member Functions inherited from onert_micro::test_model::TestDataBase< T, U >
virtual ~TestDataBase ()=default
 

Additional Inherited Members

- Protected Attributes inherited from onert_micro::test_model::TestDataLessBase< int8_t, bool >
std::vector< int8_t > _input1_data
 
std::vector< int8_t > _input2_data
 
std::vector< bool > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 157 of file S8LessKernel.h.

Constructor & Destructor Documentation

◆ TestDataS8Less()

onert_micro::test_model::TestDataS8Less::TestDataS8Less ( bool  is_with_broadcast,
bool  is_neg 
)
inlineexplicit

Definition at line 160 of file S8LessKernel.h.

161 : TestDataLessBase<int8_t, bool>(is_with_broadcast)
162 {
163 if (is_with_broadcast)
164 {
165 assert(false && "Not impl yet");
166 }
167 else
168 {
169 if (is_neg)
170 {
175 }
176 else
177 {
182 }
183 }
184 }

References onert_micro::test_model::TestDataLessBase< int8_t, bool >::_input1_data, onert_micro::test_model::TestDataLessBase< int8_t, bool >::_input2_data, onert_micro::test_model::TestDataLessBase< int8_t, bool >::_reference_output_data, onert_micro::test_model::TestDataLessBase< int8_t, bool >::_test_kernel_model_circle, onert_micro::test_model::less_s8_with_no_broadcasting::input1_data, onert_micro::test_model::neg_less_s8_with_no_broadcasting::input1_data, onert_micro::test_model::less_s8_with_no_broadcasting::input2_data, onert_micro::test_model::neg_less_s8_with_no_broadcasting::input2_data, onert_micro::test_model::less_s8_with_no_broadcasting::reference_output_data, onert_micro::test_model::neg_less_s8_with_no_broadcasting::reference_output_data, onert_micro::test_model::less_s8_with_no_broadcasting::test_kernel_model_circle, and onert_micro::test_model::neg_less_s8_with_no_broadcasting::test_kernel_model_circle.

◆ ~TestDataS8Less()

onert_micro::test_model::TestDataS8Less::~TestDataS8Less ( )
overridedefault

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