ONE - On-device Neural Engine
Loading...
Searching...
No Matches
IntSubKernel.h File Reference
#include "TestDataSubBase.h"

Go to the source code of this file.

Data Structures

class  luci_interpreter::test_kernel::TestDataIntSub
 

Namespaces

namespace  luci_interpreter
 
namespace  luci_interpreter::test_kernel
 
namespace  luci_interpreter::test_kernel::sub_int_with_broadcasting
 
namespace  luci_interpreter::test_kernel::sub_int_no_broadcasting
 

Variables

const unsigned char luci_interpreter::test_kernel::sub_int_with_broadcasting::test_kernel_model_circle []
 
const std::vector< int32_t > luci_interpreter::test_kernel::sub_int_with_broadcasting::input1_data = {13, 23, 5, -3, 15, 5, 5, 5, 13, 12}
 
const std::vector< int32_t > luci_interpreter::test_kernel::sub_int_with_broadcasting::input2_data = {5, 13}
 
const std::vector< int32_t > luci_interpreter::test_kernel::sub_int_with_broadcasting::reference_output_data = {8, 18, 0, -8, 10, -8, -8, -8, 0, -1}
 
const unsigned char luci_interpreter::test_kernel::sub_int_no_broadcasting::test_kernel_model_circle []
 
std::vector< int32_t > luci_interpreter::test_kernel::sub_int_no_broadcasting::input1_data = {5, 7, 13, -3, 13, 7, -5, 5, 13, 5}
 
std::vector< int32_t > luci_interpreter::test_kernel::sub_int_no_broadcasting::input2_data = {-5, -11, 5, 5, 14, 5, 42, 6, 5, 15}
 
std::vector< int32_t > luci_interpreter::test_kernel::sub_int_no_broadcasting::reference_output_data = {10, 18, 8, -8, -1, 2, -47, -1, 8, -10}