ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter::test_kernel::TestDataFloatGreaterEqual Class Reference

#include <FloatGreaterEqualKernel.h>

Collaboration diagram for luci_interpreter::test_kernel::TestDataFloatGreaterEqual:

Public Member Functions

 TestDataFloatGreaterEqual (bool is_with_broadcast, bool is_neg)
 
 ~TestDataFloatGreaterEqual () override=default
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataGreaterEqualBase< float, bool >
 TestDataGreaterEqualBase (bool)
 
 TestDataGreaterEqualBase ()=delete
 
const unsigned char * get_model_ptr () override final
 
const std::vector< float > & 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 luci_interpreter::test_kernel::TestDataBase< T, U >
virtual ~TestDataBase ()=default
 

Additional Inherited Members

- Protected Attributes inherited from luci_interpreter::test_kernel::TestDataGreaterEqualBase< float, bool >
std::vector< float > _input1_data
 
std::vector< float > _input2_data
 
std::vector< bool > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 121 of file FloatGreaterEqualKernel.h.

Constructor & Destructor Documentation

◆ TestDataFloatGreaterEqual()

luci_interpreter::test_kernel::TestDataFloatGreaterEqual::TestDataFloatGreaterEqual ( bool  is_with_broadcast,
bool  is_neg 
)
inlineexplicit

Definition at line 124 of file FloatGreaterEqualKernel.h.

125 : TestDataGreaterEqualBase<float, bool>(is_with_broadcast)
126 {
127 if (is_with_broadcast)
128 {
129 assert(false && "Not impl yet");
130 }
131 else
132 {
133 if (is_neg)
134 {
141 }
142 else
143 {
148 }
149 }
150 }

References luci_interpreter::test_kernel::TestDataGreaterEqualBase< float, bool >::_input1_data, luci_interpreter::test_kernel::TestDataGreaterEqualBase< float, bool >::_input2_data, luci_interpreter::test_kernel::TestDataGreaterEqualBase< float, bool >::_reference_output_data, luci_interpreter::test_kernel::TestDataGreaterEqualBase< float, bool >::_test_kernel_model_circle, luci_interpreter::test_kernel::greater_equal_float::input1_data, luci_interpreter::test_kernel::neg_greater_equal_float_with_no_broadcasting::input1_data, luci_interpreter::test_kernel::greater_equal_float::input2_data, luci_interpreter::test_kernel::neg_greater_equal_float_with_no_broadcasting::input2_data, luci_interpreter::test_kernel::greater_equal_float::reference_output_data, luci_interpreter::test_kernel::neg_greater_equal_float_with_no_broadcasting::reference_output_data, luci_interpreter::test_kernel::greater_equal_float::test_kernel_model_circle, and luci_interpreter::test_kernel::neg_greater_equal_float_with_no_broadcasting::test_kernel_model_circle.

◆ ~TestDataFloatGreaterEqual()

luci_interpreter::test_kernel::TestDataFloatGreaterEqual::~TestDataFloatGreaterEqual ( )
overridedefault

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