Searched refs:ksize_cols (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | extract_image_patches_op.cc | 75 const int ksize_cols = ksizes_[2]; in Compute() local 84 const int ksize_cols_eff = ksize_cols + (ksize_cols - 1) * (rate_cols - 1); in Compute() 96 ksize_rows * ksize_cols * depth}; in Compute() 109 ksize_cols, stride_rows, stride_cols, rate_rows, rate_cols, in Compute()
|
D | extract_volume_patches_op.cc | 83 const int ksize_cols = ksizes_[3]; in Compute() local 118 GetWindowedOutputSize(in_cols, ksize_cols, stride_cols, in Compute() 123 ksize_planes * ksize_rows * ksize_cols * depth}; in Compute() 136 ksize_rows, ksize_cols, stride_planes, stride_rows, stride_cols, in Compute()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExtractVolumePatches.pbtxt | 13 ksize_planes * ksize_rows * ksize_cols * depth]` containing patches 14 with size `ksize_planes x ksize_rows x ksize_cols x depth` vectorized 40 ksizes = [1, ksize_planes, ksize_rows, ksize_cols, 1]
|
D | api_def_ExtractImagePatches.pbtxt | 13 ksize_cols * depth]` containing image patches with size 14 `ksize_rows x ksize_cols x depth` vectorized in the "depth" dimension. Note 50 ksizes = [1, ksize_rows, ksize_cols, 1]
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_ops.cc | 2457 int32 ksize_cols = ksizes[2]; in __anondb9326b23902() local 2466 int32 ksize_cols_eff = ksize_cols + (ksize_cols - 1) * (rate_cols - 1); in __anondb9326b23902() 2473 c->Dim(input_shape, 3), ksize_rows * ksize_cols, &output_depth_dim)); in __anondb9326b23902() 2553 int32 ksize_cols = ksizes[3]; in __anondb9326b23a02() local 2576 ksize_planes * ksize_rows * ksize_cols, in __anondb9326b23a02() 2603 in_cols, ksize_cols, stride_cols, padding, &output_cols, in __anondb9326b23a02()
|