|
const unsigned char | onert_micro::test_model::add_int_with_broadcasting::test_add_kernel_int32_with_broadcasting_model_circle [] |
|
const unsigned char | onert_micro::test_model::add_int_with_broadcasting::test_add_kernel_int64_with_broadcasting_model_circle [] |
|
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} |
|
const std::vector< int64_t > | onert_micro::test_model::add_int_with_broadcasting::input2_data = {6, -14} |
|
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} |
|
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} |
|
const std::vector< int32_t > | onert_micro::test_model::add_int_with_broadcasting::input2_data_32 = {6, -14} |
|
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} |
|
const unsigned char | onert_micro::test_model::add_int_no_broadcasting::test_add_kernel_int32_no_broadcasting_model_circle [] |
|
const unsigned char | onert_micro::test_model::add_int_no_broadcasting::test_add_kernel_int64_no_broadcasting_model_circle [] |
|
std::vector< int64_t > | onert_micro::test_model::add_int_no_broadcasting::input1_data = {5, -5, -3, 15, 15, -11, 13, 6, 15, 15} |
|
std::vector< int64_t > | onert_micro::test_model::add_int_no_broadcasting::input2_data = {15, 5, 5, 15, 7, 4, 13, 5, 6, 13} |
|
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} |
|
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} |
|
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} |
|
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} |
|