Home
last modified time | relevance | path

Searched refs:pot_log2 (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dblock_map.cc187 ceil_log2(cols) - pot_log2(kernel_cols); in GetRectangularness()
193 std::max(0, floor_log2(rows) - pot_log2(kernel_rows) - in GetRectangularness()
199 ceil_log2(rows) - pot_log2(kernel_rows); in GetRectangularness()
205 std::max(0, floor_log2(cols) - pot_log2(kernel_cols) - in GetRectangularness()
358 const int kernel_rows_log2 = pot_log2(kernel_rows); in MakeBlockMap()
359 const int kernel_cols_log2 = pot_log2(kernel_cols); in MakeBlockMap()
444 pot_log2(kernel_rows); in MakeBlockMap()
448 pot_log2(kernel_cols); in MakeBlockMap()
A Dsize_util.h77 Integer pot_log2(Integer n) { in pot_log2() function
A Dsize_util_test.cc39 EXPECT_EQ(floor_log2(value), pot_log2(value)); in SizeUtilTestValue()
A Dmul_params.h195 storage_.perchannel_buffers_capacity_rounding_log2 = pot_log2(value); in set_perchannel_buffers_capacity_rounding()

Completed in 8 milliseconds