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

#include <BoolLogicalAndKernel.h>

Collaboration diagram for luci_interpreter::test_kernel::TestDataBoolLogicalAnd:

Public Member Functions

 TestDataBoolLogicalAnd ()
 
 ~TestDataBoolLogicalAnd () override=default
 
- Public Member Functions inherited from luci_interpreter::test_kernel::TestDataLogicalAndBase< bool >
 TestDataLogicalAndBase ()=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::TestDataLogicalAndBase< bool >
std::vector< bool > _input1_data
 
std::vector< bool > _input2_data
 
std::vector< bool > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 87 of file BoolLogicalAndKernel.h.

Constructor & Destructor Documentation

◆ TestDataBoolLogicalAnd()

luci_interpreter::test_kernel::TestDataBoolLogicalAnd::TestDataBoolLogicalAnd ( )
inline

Definition at line 90 of file BoolLogicalAndKernel.h.

References luci_interpreter::test_kernel::TestDataLogicalAndBase< bool >::_input1_data, luci_interpreter::test_kernel::TestDataLogicalAndBase< bool >::_input2_data, luci_interpreter::test_kernel::TestDataLogicalAndBase< bool >::_reference_output_data, luci_interpreter::test_kernel::TestDataLogicalAndBase< bool >::_test_kernel_model_circle, luci_interpreter::test_kernel::logical_and_bool::input1_data, luci_interpreter::test_kernel::logical_and_bool::input2_data, luci_interpreter::test_kernel::logical_and_bool::reference_output_data, and luci_interpreter::test_kernel::logical_and_bool::test_kernel_model_circle.

◆ ~TestDataBoolLogicalAnd()

luci_interpreter::test_kernel::TestDataBoolLogicalAnd::~TestDataBoolLogicalAnd ( )
overridedefault

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