ONE - On-device Neural Engine
|
Variables | |
const unsigned char | test_kernel_model_circle [] |
const std::vector< bool > | input_data_1 = {true, false, false} |
const std::vector< float > | input_data_2 = {1.1, 1.2, 1.3} |
const std::vector< float > | input_data_3 = {2.1, 2.2, 2.3} |
const std::vector< float > | reference_output_data = {1.1, 2.2, 2.3} |
const std::vector<bool> luci_interpreter::test_kernel::select_v2_float::input_data_1 = {true, false, false} |
Definition at line 71 of file FloatSelectV2Kernel.h.
Referenced by luci_interpreter::test_kernel::TestDataFloatSelectV2::TestDataFloatSelectV2().
const std::vector<float> luci_interpreter::test_kernel::select_v2_float::input_data_2 = {1.1, 1.2, 1.3} |
Definition at line 73 of file FloatSelectV2Kernel.h.
Referenced by luci_interpreter::test_kernel::TestDataFloatSelectV2::TestDataFloatSelectV2().
const std::vector<float> luci_interpreter::test_kernel::select_v2_float::input_data_3 = {2.1, 2.2, 2.3} |
Definition at line 75 of file FloatSelectV2Kernel.h.
Referenced by luci_interpreter::test_kernel::TestDataFloatSelectV2::TestDataFloatSelectV2().
const std::vector<float> luci_interpreter::test_kernel::select_v2_float::reference_output_data = {1.1, 2.2, 2.3} |
Definition at line 77 of file FloatSelectV2Kernel.h.
Referenced by luci_interpreter::test_kernel::TestDataFloatSelectV2::TestDataFloatSelectV2().
const unsigned char luci_interpreter::test_kernel::select_v2_float::test_kernel_model_circle[] |
Definition at line 37 of file FloatSelectV2Kernel.h.
Referenced by luci_interpreter::test_kernel::TestDataFloatSelectV2::TestDataFloatSelectV2().