ONE - On-device Neural Engine
|
Variables | |
const unsigned char | test_add_kernel_int32_no_broadcasting_model_circle [] |
const unsigned char | test_add_kernel_int64_no_broadcasting_model_circle [] |
std::vector< int64_t > | input1_data = {5, -5, -3, 15, 15, -11, 13, 6, 15, 15} |
std::vector< int64_t > | input2_data = {15, 5, 5, 15, 7, 4, 13, 5, 6, 13} |
std::vector< int64_t > | reference_output_data = {20, 0, 2, 30, 22, -7, 26, 11, 21, 28} |
std::vector< int32_t > | input1_data_32 = {5, -5, -3, 15, 15, -11, 13, 6, 15, 15} |
std::vector< int32_t > | input2_data_32 = {15, 5, 5, 15, 7, 4, 13, 5, 6, 13} |
std::vector< int32_t > | reference_output_data_32 = {20, 0, 2, 30, 22, -7, 26, 11, 21, 28} |
std::vector<int64_t> onert_micro::test_model::add_int_no_broadcasting::input1_data = {5, -5, -3, 15, 15, -11, 13, 6, 15, 15} |
Definition at line 220 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().
std::vector<int32_t> onert_micro::test_model::add_int_no_broadcasting::input1_data_32 = {5, -5, -3, 15, 15, -11, 13, 6, 15, 15} |
Definition at line 224 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
std::vector<int64_t> onert_micro::test_model::add_int_no_broadcasting::input2_data = {15, 5, 5, 15, 7, 4, 13, 5, 6, 13} |
Definition at line 221 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().
std::vector<int32_t> onert_micro::test_model::add_int_no_broadcasting::input2_data_32 = {15, 5, 5, 15, 7, 4, 13, 5, 6, 13} |
Definition at line 225 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
std::vector<int64_t> onert_micro::test_model::add_int_no_broadcasting::reference_output_data = {20, 0, 2, 30, 22, -7, 26, 11, 21, 28} |
Definition at line 222 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().
std::vector<int32_t> onert_micro::test_model::add_int_no_broadcasting::reference_output_data_32 = {20, 0, 2, 30, 22, -7, 26, 11, 21, 28} |
Definition at line 226 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
const unsigned char onert_micro::test_model::add_int_no_broadcasting::test_add_kernel_int32_no_broadcasting_model_circle[] |
Definition at line 139 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
const unsigned char onert_micro::test_model::add_int_no_broadcasting::test_add_kernel_int64_no_broadcasting_model_circle[] |
Definition at line 179 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().