|
const unsigned char | luci_interpreter::test_kernel::mul_int_with_broadcasting::test_kernel_model_circle [] |
|
const std::vector< int32_t > | luci_interpreter::test_kernel::mul_int_with_broadcasting::input1_data = {-5, 5, 5, -4, -4, 15, -13, 23, 5, 5} |
|
const std::vector< int32_t > | luci_interpreter::test_kernel::mul_int_with_broadcasting::input2_data = {-2, 14} |
|
const std::vector< int32_t > | luci_interpreter::test_kernel::mul_int_with_broadcasting::reference_output_data = {10, -10, -10, 8, 8, 210, -182, 322, 70, 70} |
|
const unsigned char | luci_interpreter::test_kernel::mul_int_no_broadcasting::test_kernel_model_circle [] |
|
std::vector< int32_t > | luci_interpreter::test_kernel::mul_int_no_broadcasting::input1_data = {5, 3, -3, 5, 14, 14, -3, 33, -11, 24} |
|
std::vector< int32_t > | luci_interpreter::test_kernel::mul_int_no_broadcasting::input2_data = {5, -3, 5, 5, 25, 5, -4, -2, 5, 25} |
|
std::vector< int32_t > | luci_interpreter::test_kernel::mul_int_no_broadcasting::reference_output_data = {25, -9, -15, 25, 350, 70, 12, -66, -55, 600} |
|