Searched refs:l_in (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 561 Tensor<float, 4> l_in(3, 128, 128, 16); in test_imagenet_patches() local 562 l_in.setRandom(); in test_imagenet_patches() 563 Tensor<float, 5> l_out = l_in.extract_image_patches(11, 11); in test_imagenet_patches() 571 Tensor<float, 5, RowMajor> l_out_row_major = l_in.swap_layout().extract_image_patches(11, 11); in test_imagenet_patches() 587 expected = l_in(d, r-5+i, c-5+j, b); in test_imagenet_patches() 611 l_in.resize(16, 64, 64, 32); in test_imagenet_patches() 612 l_in.setRandom(); in test_imagenet_patches() 613 l_out = l_in.extract_image_patches(9, 9); in test_imagenet_patches() 621 l_out_row_major = l_in.swap_layout().extract_image_patches(9, 9); in test_imagenet_patches() 637 expected = l_in(d, r-4+i, c-4+j, b); in test_imagenet_patches() [all …]
|
/external/freetype/src/base/ |
D | ftoutln.c | 936 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; in FT_Outline_EmboldenXY() local 940 l_in = 0; in FT_Outline_EmboldenXY() 967 if ( l_in != 0 ) in FT_Outline_EmboldenXY() 973 l_anchor = l_in; in FT_Outline_EmboldenXY() 997 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY() 1026 l_in = l_out; in FT_Outline_EmboldenXY()
|