Searched refs:in0_win (Results 1 – 2 of 2) sorted by relevance
189 Window in0_win = window.broadcast_if_dimension_le_one(in0_shape); in add_sub_q8_neon_fixedpoint() local220 auto a_win = is_broadcast_input_1 ? in0_win : in1_win; in add_sub_q8_neon_fixedpoint()221 auto b_win = is_broadcast_input_1 ? in1_win : in0_win; in add_sub_q8_neon_fixedpoint()311 in0_win.set(Window::DimX, Window::Dimension(0, 1, 1)); in add_sub_q8_neon_fixedpoint()314 Iterator in0_it(src0, in0_win); in add_sub_q8_neon_fixedpoint()
340 Window in0_win = window.broadcast_if_dimension_le_one(in0_shape); in mul_q8_neon_fixedpoint() local374 auto a_win = is_broadcast_input_1 ? in0_win : in1_win; in mul_q8_neon_fixedpoint()375 auto b_win = is_broadcast_input_1 ? in1_win : in0_win; in mul_q8_neon_fixedpoint()476 in0_win.set(Window::DimX, Window::Dimension(0, 1, 1)); in mul_q8_neon_fixedpoint()479 Iterator in0_it(src0, in0_win); in mul_q8_neon_fixedpoint()