Searched refs:CuboidMaxPooling (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_pooling_test.cc | 147 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride, in TEST() 207 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride, in TEST() 643 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride, in TEST() 703 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride, in TEST()
|
D | eigen_pooling.h | 180 CuboidMaxPooling(const Input& input, DenseIndex patchPlanes, in CuboidMaxPooling() function
|
D | pooling_ops_3d.cc | 124 Eigen::CuboidMaxPooling(tensor_in.tensor<T, 5>(), window[0], window[1], in launch()
|