OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:padded_height
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_resource.h
39
unsigned height,
padded_height
; /* in samples */
member in struct:etna_resource_level
/external/minigbm/
tegra.c
81
int
padded_height
= ALIGN(height, NV_BLOCKLINEAR_GOB_HEIGHT * block_height);
local
83
int bytes = pitch *
padded_height
;
/external/tensorflow/tensorflow/core/kernels/
conv_ops_fused_image_transform.cc
122
int64
padded_height
;
member in struct:tensorflow::__anon45223::ResizeTaskParameters
261
int
padded_height
, int padded_width, int input_depth,
268
if ((input_batches <= 0) || (padded_width <= 0) || (
padded_height
<= 0) ||
271
<< input_batches << ", " <<
padded_height
<< ", "
300
padded_height
+ 1) /
306
((output_height - 1) * stride_rows + filter_height -
padded_height
) /
319
task_params.
padded_height
=
padded_height
;
495
(cache_y >= task_params.
padded_height
)) {
[
all
...]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_uint8_3x3_filter.h
7147
const int
padded_height
= (output_height - 1) * stride + filter_size;
local
[
all
...]
Completed in 950 milliseconds