ONE - On-device Neural Engine
|
#include "TestDataFullyConnectedBase.h"
Go to the source code of this file.
Data Structures | |
class | onert_micro::test_model::TestDataFloatFullyConnected |
class | onert_micro::test_model::TestDataFloatWQInt8FullyConnected |
Namespaces | |
namespace | onert_micro |
namespace | onert_micro::test_model |
namespace | onert_micro::test_model::fully_connected_float |
namespace | onert_micro::test_model::fully_connected_float_weights_quantized_int8 |
Variables | |
const unsigned char | onert_micro::test_model::fully_connected_float::test_kernel_model_circle [] |
const std::vector< float > | onert_micro::test_model::fully_connected_float::input_data |
const std::vector< float > | onert_micro::test_model::fully_connected_float::reference_output_data = {263.84323, 260.84323, 259.84323, 266.84323} |
const unsigned char | onert_micro::test_model::fully_connected_float_weights_quantized_int8::test_kernel_model_circle [] |
const std::vector< float > | onert_micro::test_model::fully_connected_float_weights_quantized_int8::input_data = {17.491695, 15.660671, 4.7347794, -15.796822} |
const std::vector< float > | onert_micro::test_model::fully_connected_float_weights_quantized_int8::reference_output_data = {-19.529659, 60.642685, 20.673897, -90.780930} |