#include "main.h"
#include <Eigen/CXX11/Tensor>
Go to the source code of this file.
Functions | |
void | test_cxx11_tensor_image_patch () |
void | test_imagenet_patches () |
void | test_patch_no_extra_dim () |
void | test_patch_padding_same () |
void | test_patch_padding_valid () |
void | test_patch_padding_valid_same_value () |
void | test_simple_patch () |
void test_cxx11_tensor_image_patch | ( | ) |
Definition at line 749 of file cxx11_tensor_image_patch.cpp.
void test_imagenet_patches | ( | ) |
Definition at line 556 of file cxx11_tensor_image_patch.cpp.
void test_patch_no_extra_dim | ( | ) |
Definition at line 408 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_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.