Home
last modified time | relevance | path

Searched refs:l_in (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_image_patch.cpp561 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/
Dftoutln.c937 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; in FT_Outline_EmboldenXY() local
941 l_in = 0; in FT_Outline_EmboldenXY()
968 if ( l_in != 0 ) in FT_Outline_EmboldenXY()
974 l_anchor = l_in; in FT_Outline_EmboldenXY()
998 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY()
1027 l_in = l_out; in FT_Outline_EmboldenXY()
/external/u-boot/fs/zfs/
Dzfs.c952 void *l_in; in fzap_iterate() local
976 err = dmu_read(zap_dnode, blkid, &l_in, &endian, data); in fzap_iterate()
977 l = l_in; in fzap_iterate()