Searched refs:input_batches (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 188 int input_batches = 1; in test_patch_padding_valid() local 191 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_valid() 203 VERIFY_IS_EQUAL(result.dimension(4), input_batches); // number of batches in test_patch_padding_valid() 229 for (int b = 0; b < input_batches; ++b) { // batch in test_patch_padding_valid() 264 int input_batches = 2; 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() 276 VERIFY_IS_EQUAL(result.dimension(4), input_batches); // number of batches in test_patch_padding_valid_same_value() 302 for (int b = 0; b < input_batches; ++b) { // batch in test_patch_padding_valid_same_value() 337 int input_batches = 1; 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 …]
|