OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_x_loop_start
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/kernels/neon/
depthwiseconv_float.h
475
// output row that starts at
out_x_loop_start
and out_x_loop_end.
476
const int
out_x_loop_start
=
local
482
acc_buffer + (
out_x_loop_start
- out_x_buffer_start) * output_depth;
483
const int in_x_origin = (
out_x_loop_start
* stride) - pad_width + filter_x;
485
const int num_output_pixels = out_x_loop_end -
out_x_loop_start
;
513
const int
out_x_loop_start
= std::max(
local
520
acc_buffer + (
out_x_loop_start
- out_x_buffer_start) * output_depth;
521
const int in_x_origin = (
out_x_loop_start
* stride) - pad_width + filter_x;
524
for (int out_x =
out_x_loop_start
; out_x < out_x_loop_end; out_x++) {
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
depthwiseconv_float.h
813
// output row that starts at
out_x_loop_start
and out_x_loop_end.
814
const int
out_x_loop_start
=
local
820
acc_buffer + (
out_x_loop_start
- out_x_buffer_start) * output_depth;
821
const int in_x_origin = (
out_x_loop_start
* stride) - pad_width + filter_x;
823
const int num_output_pixels = out_x_loop_end -
out_x_loop_start
;
871
const int
out_x_loop_start
= std::max(
local
[
all
...]
depthwiseconv_uint8.h
1517
const int
out_x_loop_start
=
local
1572
const int
out_x_loop_start
= std::max(
local
[
all
...]
Completed in 194 milliseconds