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

#include <FloatLogisticKernel.h>

Collaboration diagram for onert_micro::test_model::TestDataFloatLogistic:

Public Member Functions

 TestDataFloatLogistic ()
 
 ~TestDataFloatLogistic () override=default
 
- Public Member Functions inherited from onert_micro::test_model::TestDataLogisticBase< T >
 TestDataLogisticBase ()=default
 
const unsigned char * get_model_ptr () override final
 
const std::vector< T > & get_input_data_by_index (int i) override final
 
const std::vector< T > & 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::TestDataLogisticBase< T >
std::vector< T > _input_data
 
std::vector< T > _reference_output_data
 
const unsigned char * _test_kernel_model_circle
 

Detailed Description

Definition at line 74 of file FloatLogisticKernel.h.

Constructor & Destructor Documentation

◆ TestDataFloatLogistic()

onert_micro::test_model::TestDataFloatLogistic::TestDataFloatLogistic ( )
inline

Definition at line 77 of file FloatLogisticKernel.h.

References onert_micro::test_model::TestDataLogisticBase< T >::_input_data, onert_micro::test_model::TestDataLogisticBase< T >::_reference_output_data, onert_micro::test_model::TestDataLogisticBase< T >::_test_kernel_model_circle, onert_micro::test_model::logistic_float::input_data, onert_micro::test_model::logistic_float::reference_output_data, and onert_micro::test_model::logistic_float::test_kernel_model_circle.

◆ ~TestDataFloatLogistic()

onert_micro::test_model::TestDataFloatLogistic::~TestDataFloatLogistic ( )
overridedefault

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