Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/kernels/scale/neon/
Dlist.h69 Window window_execution = window; in nearest_neon_scale() local
70 window_execution.set(Window::DimX, Window::Dimension(0, 1, 1)); in nearest_neon_scale()
77 const int xo_start = window_execution.y().start(); in nearest_neon_scale()
78 const int xo_end = window_execution.y().end(); in nearest_neon_scale()
79 const int xo_step = window_execution.y().step(); in nearest_neon_scale()
80 const int yo_start = window_execution.z().start(); in nearest_neon_scale()
81 const int yo_end = window_execution.z().end(); in nearest_neon_scale()
82 const int yo_step = window_execution.z().step(); in nearest_neon_scale()
83 const int bo_start = window_execution[3].start(); in nearest_neon_scale()
84 const int bo_end = window_execution[3].end(); in nearest_neon_scale()
[all …]
Dinteger.cpp134 Window window_execution = window; in u8_neon_scale_bilinear() local
135 window_execution.set(Window::DimX, Window::Dimension(0, 1, 1)); in u8_neon_scale_bilinear()
142 const int xo_start = window_execution[1].start(); in u8_neon_scale_bilinear()
143 const int xo_end = window_execution[1].end(); in u8_neon_scale_bilinear()
144 const int xo_step = window_execution[1].step(); in u8_neon_scale_bilinear()
145 const int yo_start = window_execution[2].start(); in u8_neon_scale_bilinear()
146 const int yo_end = window_execution[2].end(); in u8_neon_scale_bilinear()
147 const int yo_step = window_execution[2].step(); in u8_neon_scale_bilinear()
148 const int bo_start = window_execution[3].start(); in u8_neon_scale_bilinear()
149 const int bo_end = window_execution[3].end(); in u8_neon_scale_bilinear()
[all …]
Dqasymm8.cpp114 Window window_execution = window; in qasymm8_neon_scale_bilinear() local
115 window_execution.set(Window::DimX, Window::Dimension(0, 1, 1)); in qasymm8_neon_scale_bilinear()
122 const int xo_start = window_execution[1].start(); in qasymm8_neon_scale_bilinear()
123 const int xo_end = window_execution[1].end(); in qasymm8_neon_scale_bilinear()
124 const int xo_step = window_execution[1].step(); in qasymm8_neon_scale_bilinear()
125 const int yo_start = window_execution[2].start(); in qasymm8_neon_scale_bilinear()
126 const int yo_end = window_execution[2].end(); in qasymm8_neon_scale_bilinear()
127 const int yo_step = window_execution[2].step(); in qasymm8_neon_scale_bilinear()
128 const int bo_start = window_execution[3].start(); in qasymm8_neon_scale_bilinear()
129 const int bo_end = window_execution[3].end(); in qasymm8_neon_scale_bilinear()
[all …]
Dqasymm8_signed.cpp113 Window window_execution = window; in qasymm8_signed_neon_scale_bilinear() local
114 window_execution.set(Window::DimX, Window::Dimension(0, 1, 1)); in qasymm8_signed_neon_scale_bilinear()
121 const int xo_start = window_execution[1].start(); in qasymm8_signed_neon_scale_bilinear()
122 const int xo_end = window_execution[1].end(); in qasymm8_signed_neon_scale_bilinear()
123 const int xo_step = window_execution[1].step(); in qasymm8_signed_neon_scale_bilinear()
124 const int yo_start = window_execution[2].start(); in qasymm8_signed_neon_scale_bilinear()
125 const int yo_end = window_execution[2].end(); in qasymm8_signed_neon_scale_bilinear()
126 const int yo_step = window_execution[2].step(); in qasymm8_signed_neon_scale_bilinear()
127 const int bo_start = window_execution[3].start(); in qasymm8_signed_neon_scale_bilinear()
128 const int bo_end = window_execution[3].end(); in qasymm8_signed_neon_scale_bilinear()
[all …]