Searched refs:stride_depth (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 903 int32 stride_depth = GetTensorDim(strides, data_format, 'C'); in MaxPoolShape() local 930 c, in_depth_dim, kernel_depth, stride_depth, padding, &output_depth)); in MaxPoolShape() 1005 int32 stride_depth = GetTensorDim(strides, data_format, 'C'); in MaxPoolV2Shape() local 1032 c, in_depth_dim, kernel_depth, stride_depth, padding, &output_depth)); in MaxPoolV2Shape()
|