Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-3.7.0/Source/PoolingFunctions/
Darm_max_pool_s8.c61 if (comp_max.bytes[0] > ref_max.bytes[0]) in compare_and_replace_if_larger_q7()
63 ref_max.bytes[0] = comp_max.bytes[0]; in compare_and_replace_if_larger_q7()
65 if (comp_max.bytes[1] > ref_max.bytes[1]) in compare_and_replace_if_larger_q7()
67 ref_max.bytes[1] = comp_max.bytes[1]; in compare_and_replace_if_larger_q7()
69 if (comp_max.bytes[2] > ref_max.bytes[2]) in compare_and_replace_if_larger_q7()
71 ref_max.bytes[2] = comp_max.bytes[2]; in compare_and_replace_if_larger_q7()
73 if (comp_max.bytes[3] > ref_max.bytes[3]) in compare_and_replace_if_larger_q7()
75 ref_max.bytes[3] = comp_max.bytes[3]; in compare_and_replace_if_larger_q7()
122 in.bytes[0] = MAX(in.bytes[0], act_min); in clamp_output()
123 in.bytes[0] = MIN(in.bytes[0], act_max); in clamp_output()
[all …]
/cmsis-nn-3.7.0/Tests/UnitTest/
Dtest_settings.py558 def to_bytes(self, tensor_data, type_size) -> bytes:
/cmsis-nn-3.7.0/Include/
Darm_nnsupportfunctions.h110 int8_t bytes[4]; member