HomeSort by relevance Sort by last modified time
    Searched refs:CuboidMaxPooling (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
eigen_pooling_test.cc 148 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride,
208 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride,
644 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride,
704 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride,
eigen_pooling.h 140 /** CuboidMaxPooling
180 CuboidMaxPooling(const Input& input, DenseIndex patchPlanes,
pooling_ops_3d.cc 124 Eigen::CuboidMaxPooling(tensor_in.tensor<T, 5>(), window[0], window[1],
    [all...]

Completed in 1493 milliseconds