Searched refs:kern_filters (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions_test.cc | 673 const int kern_filters = 7; in TEST() local 683 Tensor<float, 5> kernel(kern_filters, in_channels, kern_depth, kern_height, in TEST() 685 Tensor<float, 4> result(kern_filters, out_depth, out_height, out_width); in TEST() 692 EXPECT_EQ(result.dimension(0), kern_filters); in TEST() 701 for (int od = 0; od < kern_filters; ++od) { in TEST() 734 const int kern_filters = 7; in TEST() local 745 in_channels, kern_filters); in TEST() 747 kern_filters); in TEST() 754 EXPECT_EQ(result.dimension(3), kern_filters); in TEST() 763 for (int od = 0; od < kern_filters; ++od) { in TEST() [all …]
|