Home
last modified time | relevance | path

Searched refs:test_transform (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/eigen/bench/
H A DbenchGeometry.cpp56 struct test_transform struct
85 test_transform< Func, Trans, Vec >::run();\
93 test_transform< Func, Trans, Trans >::run();\
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dtransform.cpp160 void test_transform() in test_transform() function
181 test->add( BOOST_TEST_CASE( &boost::test_transform ) ); in init_unit_test_suite()
/aosp_15_r20/external/pytorch/functorch/examples/dp_cifar10/
H A Dcifar10_opacus.py163 test_transform = transforms.Compose(normalize)
178 root=args.data_root, train=False, download=True, transform=test_transform
H A Dcifar10_transforms.py227 test_transform = transforms.Compose(normalize)
242 root=args.data_root, train=False, download=True, transform=test_transform
/aosp_15_r20/external/fonttools/Tests/svgLib/path/
H A Dpath_test.py55 def test_transform(self): member in SVGPathTest
/aosp_15_r20/external/fonttools/Tests/misc/
H A Dtransform_test.py65 def test_transform(self): member in TransformTest
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngvalid.c2447 unsigned int test_transform :1; member
2541 pm->test_transform = 0; in modifier_init()
11860 pm.test_transform = 1; in main()
11863 pm.test_transform = 0; in main()
11869 pm.test_transform = 1; in main()
11876 pm.test_transform = 1; in main()
12123 if (pm.test_standard == 0 && pm.test_size == 0 && pm.test_transform == 0 && in main()
12133 pm.test_transform = 1; in main()
12188 if (pm.test_transform) in main()
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/
H A D_g_l_y_f_test.py45 def test_transform(self): member in GlyphCoordinatesTest
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp2848 static void test_transform(skiatest::Reporter* reporter) { in test_transform() function
5119 test_transform(reporter); in DEF_TEST()
/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column_v2_test.py4452 def test_transform(self): member in IndicatorColumnTest
H A Dfeature_column_test.py4643 def test_transform(self): member in IndicatorColumnTest