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

#include <BoolLogicalNotKernel.h>

Collaboration diagram for luci_interpreter::test_kernel::TestDataBoolLogicalNot:

Public Member Functions

 TestDataBoolLogicalNot ()
 
 ~TestDataBoolLogicalNot () override=default
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataLogicalNotBase< bool >
 TestDataLogicalNotBase ()=default
 
const unsigned char * get_model_ptr () override final
 
const std::vector< bool > & 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::TestDataLogicalNotBase< bool >
std::vector< bool > _input_data
 
std::vector< bool > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 73 of file BoolLogicalNotKernel.h.

Constructor & Destructor Documentation

◆ TestDataBoolLogicalNot()

luci_interpreter::test_kernel::TestDataBoolLogicalNot::TestDataBoolLogicalNot ( )
inline

Definition at line 76 of file BoolLogicalNotKernel.h.

References luci_interpreter::test_kernel::TestDataLogicalNotBase< bool >::_input_data, luci_interpreter::test_kernel::TestDataLogicalNotBase< bool >::_reference_output_data, luci_interpreter::test_kernel::TestDataLogicalNotBase< bool >::_test_kernel_model_circle, luci_interpreter::test_kernel::logical_not_bool::input_data, luci_interpreter::test_kernel::logical_not_bool::reference_output_data, and luci_interpreter::test_kernel::logical_not_bool::test_kernel_model_circle.

◆ ~TestDataBoolLogicalNot()

luci_interpreter::test_kernel::TestDataBoolLogicalNot::~TestDataBoolLogicalNot ( )
overridedefault

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