Searched refs:input_depth (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 185 int input_depth = 3; in test_patch_padding_valid() local 191 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_valid() 199 VERIFY_IS_EQUAL(result.dimension(0), input_depth); // depth in test_patch_padding_valid() 228 for (int d = 0; d < input_depth; ++d) { // depth in test_patch_padding_valid() 261 int input_depth = 1; in test_patch_padding_valid_same_value() local 268 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_valid_same_value() 272 VERIFY_IS_EQUAL(result.dimension(0), input_depth); // depth in test_patch_padding_valid_same_value() 301 for (int d = 0; d < input_depth; ++d) { // depth in test_patch_padding_valid_same_value() 334 int input_depth = 3; in test_patch_padding_same() local 341 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_same() [all …]
|