ONE - On-device Neural Engine
Loading...
Searching...
No Matches
FloatSelectV2Kernel.h File Reference

Go to the source code of this file.

Data Structures

class  onert_micro::test_model::TestDataFloatSelectV2
 

Namespaces

namespace  onert_micro
 
namespace  onert_micro::test_model
 
namespace  onert_micro::test_model::select_v2_float
 

Variables

const unsigned char onert_micro::test_model::select_v2_float::test_kernel_model_circle []
 
const std::vector< bool > onert_micro::test_model::select_v2_float::input_data_1 = {true, false, false}
 
const std::vector< float > onert_micro::test_model::select_v2_float::input_data_2 = {1.1, 1.2, 1.3}
 
const std::vector< float > onert_micro::test_model::select_v2_float::input_data_3 = {2.1, 2.2, 2.3}
 
const std::vector< float > onert_micro::test_model::select_v2_float::reference_output_data = {1.1, 2.2, 2.3}