Home
last modified time | relevance | path

Searched refs:CuboidMaxPooling (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling_test.cc147 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()
Deigen_pooling.h180 CuboidMaxPooling(const Input& input, DenseIndex patchPlanes, in CuboidMaxPooling() function
Dpooling_ops_3d.cc124 Eigen::CuboidMaxPooling(tensor_in.tensor<T, 5>(), window[0], window[1], in launch()