Searched refs:bytes (Results 1 – 3 of 3) sorted by relevance
61 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 …]
558 def to_bytes(self, tensor_data, type_size) -> bytes:
110 int8_t bytes[4]; member