Go to the source code of this file.
Functions | |
EIGEN_DECLARE_TEST (cxx11_tensor_image_patch) | |
void | test_imagenet_patches () |
void | test_patch_no_extra_dim () |
void | test_patch_padding_same () |
void | test_patch_padding_same_negative_padding_clip_to_zero () |
void | test_patch_padding_valid () |
void | test_patch_padding_valid_same_value () |
void | test_simple_patch () |
EIGEN_DECLARE_TEST | ( | cxx11_tensor_image_patch | ) |
Definition at line 800 of file cxx11_tensor_image_patch.cpp.
void test_imagenet_patches | ( | ) |
Definition at line 607 of file cxx11_tensor_image_patch.cpp.
void test_patch_no_extra_dim | ( | ) |
Definition at line 459 of file cxx11_tensor_image_patch.cpp.
void test_patch_padding_same | ( | ) |
Definition at line 332 of file cxx11_tensor_image_patch.cpp.
void test_patch_padding_same_negative_padding_clip_to_zero | ( | ) |
Definition at line 410 of file cxx11_tensor_image_patch.cpp.
void test_patch_padding_valid | ( | ) |
Definition at line 183 of file cxx11_tensor_image_patch.cpp.
void test_patch_padding_valid_same_value | ( | ) |
Definition at line 259 of file cxx11_tensor_image_patch.cpp.
void test_simple_patch | ( | ) |
Definition at line 16 of file cxx11_tensor_image_patch.cpp.