OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expanded_output_size
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
conv_grad_ops.cc
82
dim->
expanded_output_size
= (dim->output_size - 1) * dim->stride + 1;
86
padded_out_size - dim->
expanded_output_size
- dim->pad_before;
87
VLOG(2) << label << ": expanded_out = " << dim->
expanded_output_size
conv_grad_ops.h
226
int64
expanded_output_size
;
member in struct:tensorflow::ConvBackpropSpatialDimension
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
conv_op_helpers.cc
486
dims.spatial_dims[i].
expanded_output_size
+
Completed in 306 milliseconds