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

#include <FloatGreaterKernel.h>

Collaboration diagram for onert_micro::test_model::TestDataFloatGreater:

Public Member Functions

 TestDataFloatGreater (bool is_with_broadcast)
 
 ~TestDataFloatGreater () override=default
 
- Public Member Functions inherited from onert_micro::test_model::TestDataGreaterBase< T, U >
 TestDataGreaterBase (bool)
 
 TestDataGreaterBase ()=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 onert_micro::test_model::TestDataBase< T, U >
virtual ~TestDataBase ()=default
 

Additional Inherited Members

- Protected Attributes inherited from onert_micro::test_model::TestDataGreaterBase< T, U >
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

Definition at line 97 of file FloatGreaterKernel.h.

Constructor & Destructor Documentation

◆ TestDataFloatGreater()

onert_micro::test_model::TestDataFloatGreater::TestDataFloatGreater ( bool  is_with_broadcast)
inlineexplicit

Definition at line 100 of file FloatGreaterKernel.h.

101 : TestDataGreaterBase<float, bool>(is_with_broadcast)
102 {
103 if (is_with_broadcast)
104 {
105 assert(false && "Not impl yet");
106 }
107 else
108 {
109 {
114 }
115 }
116 }
const std::vector< bool > reference_output_data

References onert_micro::test_model::TestDataGreaterBase< T, U >::_input1_data, onert_micro::test_model::TestDataGreaterBase< T, U >::_input2_data, onert_micro::test_model::TestDataGreaterBase< T, U >::_reference_output_data, onert_micro::test_model::TestDataGreaterBase< T, U >::_test_kernel_model_circle, onert_micro::test_model::greater_float::input1_data, onert_micro::test_model::greater_float::input2_data, onert_micro::test_model::greater_float::reference_output_data, and onert_micro::test_model::greater_float::test_kernel_model_circle.

◆ ~TestDataFloatGreater()

onert_micro::test_model::TestDataFloatGreater::~TestDataFloatGreater ( )
overridedefault

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