ONE - On-device Neural Engine
|
Variables | |
const unsigned char | test_add_kernel_int32_with_broadcasting_model_circle [] |
const unsigned char | test_add_kernel_int64_with_broadcasting_model_circle [] |
const std::vector< int64_t > | input1_data = {-5, 5, 5, 5, -13, -5, -3, 21, 5, -4} |
const std::vector< int64_t > | input2_data = {6, -14} |
const std::vector< int64_t > | reference_output_data = {1, 11, 11, 11, -7, -19, -17, 7, -9, -18} |
const std::vector< int32_t > | input1_data_32 = {-5, 5, 5, 5, -13, -5, -3, 21, 5, -4} |
const std::vector< int32_t > | input2_data_32 = {6, -14} |
const std::vector< int32_t > | reference_output_data_32 = {1, 11, 11, 11, -7, -19, -17, 7, -9, -18} |
const std::vector<int64_t> onert_micro::test_model::add_int_with_broadcasting::input1_data = {-5, 5, 5, 5, -13, -5, -3, 21, 5, -4} |
Definition at line 119 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().
const std::vector<int32_t> onert_micro::test_model::add_int_with_broadcasting::input1_data_32 = {-5, 5, 5, 5, -13, -5, -3, 21, 5, -4} |
Definition at line 123 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
const std::vector<int64_t> onert_micro::test_model::add_int_with_broadcasting::input2_data = {6, -14} |
Definition at line 120 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().
const std::vector<int32_t> onert_micro::test_model::add_int_with_broadcasting::input2_data_32 = {6, -14} |
Definition at line 124 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
const std::vector<int64_t> onert_micro::test_model::add_int_with_broadcasting::reference_output_data = {1, 11, 11, 11, -7, -19, -17, 7, -9, -18} |
Definition at line 121 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().
const std::vector<int32_t> onert_micro::test_model::add_int_with_broadcasting::reference_output_data_32 = {1, 11, 11, 11, -7, -19, -17, 7, -9, -18} |
Definition at line 125 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
const unsigned char onert_micro::test_model::add_int_with_broadcasting::test_add_kernel_int32_with_broadcasting_model_circle[] |
Definition at line 38 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData32IntAdd::TestData32IntAdd().
const unsigned char onert_micro::test_model::add_int_with_broadcasting::test_add_kernel_int64_with_broadcasting_model_circle[] |
Definition at line 78 of file IntAddKernel.h.
Referenced by onert_micro::test_model::TestData64IntAdd::TestData64IntAdd().