OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pad_r
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
eigen_pooling_test.cc
401
const int
pad_r
= output_rows - input_rows + patch_rows - 1;
local
407
const int dr =
pad_r
/ 2;
479
const int
pad_r
= output_rows - input_rows + patch_rows - 1;
local
485
const int dr =
pad_r
/ 2;
eigen_spatial_convolutions_test.cc
1172
const int
pad_r
= (out_height - 1) * stride - in_rows + kern_height;
local
1243
const int
pad_r
= (out_height - 1) * stride - in_rows + kern_height;
local
[
all
...]
Completed in 1482 milliseconds