Home
last modified time | relevance | path

Searched refs:RunTest (Results 1 – 25 of 108) sorted by relevance

12345

/external/tensorflow/tensorflow/cc/gradients/
Darray_grad_test.cc35 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y, in RunTest() function in tensorflow::__anon0a909e460111::ArrayGradTest
44 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() function in tensorflow::__anon0a909e460111::ArrayGradTest
63 RunTest(xs, {x_shape, x_shape}, {y}, {y_shape}); in TEST_F()
73 RunTest(xs, {x_shape, x_shape}, {y}, {y_shape}); in TEST_F()
82 RunTest({x}, {x_shape}, y.output, y_shapes); in TEST_F()
91 RunTest({x}, {x_shape}, y.output, y_shapes); in TEST_F()
98 RunTest(x, shape, y, shape); in TEST_F()
108 RunTest({x}, {x_shape}, y.output, {y_shape, y_shape}); in TEST_F()
116 RunTest(x, x_shape, y, y_shape); in TEST_F()
124 RunTest(x, x_shape, y, y_shape); in TEST_F()
[all …]
Dnn_grad_test.cc46 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y, in RunTest() function in tensorflow::__anon495651630111::NNGradTest
54 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y, in RunTest() function in tensorflow::__anon495651630111::NNGradTest
62 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() function in tensorflow::__anon495651630111::NNGradTest
96 RunTest(x, shape, y, shape); in TEST_F()
108 RunTest(x, x_init_value, y, shape); in TEST_F()
119 RunTest(x, x_init_value, y, shape); in TEST_F()
131 RunTest(x, x_init_value, y, shape); in TEST_F()
141 RunTest(x, x_init_value, y, shape); in TEST_F()
151 RunTest(x, x_init_value, y, shape); in TEST_F()
159 RunTest(x, x_shape, y, y_shape); in TEST_F()
[all …]
Dmath_grad_test.cc715 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() function in tensorflow::__anon592110910111::NaryGradTest
724 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y, in RunTest() function in tensorflow::__anon592110910111::NaryGradTest
742 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F()
751 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F()
762 RunTest(x, x_init_value, y, y_shape); in TEST_F()
773 RunTest(x, x_init_value, y, y_shape); in TEST_F()
791 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F()
800 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F()
810 RunTest(xs, {shape, shape, shape}, {y}, {shape}); in TEST_F()
819 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F()
[all …]
Ddata_flow_grad_test.cc37 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() function in tensorflow::__anon8f2ae3d80111::DataFlowGradTest
55 RunTest({data}, {data_shape}, y.outputs, in TEST_F()
68 RunTest(data, {d1_shape, d2_shape}, {y}, {y_shape}); in TEST_F()
/external/webrtc/webrtc/video/
Dfull_stack.cc21 void RunTest(const VideoQualityTest::Params &params) { in RunTest() function in webrtc::FullStackTest
42 RunTest(paris_qcif); in TEST_F()
53 RunTest(foreman_cif); in TEST_F()
64 RunTest(foreman_cif); in TEST_F()
76 RunTest(foreman_cif); in TEST_F()
89 RunTest(foreman_cif); in TEST_F()
101 RunTest(foreman_cif); in TEST_F()
114 RunTest(foreman_cif); in TEST_F()
127 RunTest(foreman_cif); in TEST_F()
136 RunTest(screenshare); in TEST_F()
[all …]
/external/nanopb-c/tests/alltypes_callback/
DSConscript15 env.RunTest(enc)
16 env.RunTest("decode_alltypes.output", [refdec, "encode_alltypes_callback.output"])
17 env.RunTest("decode_alltypes_callback.output", [dec, "encode_alltypes_callback.output"])
20 env.RunTest("optionals.output", enc, ARGS = ['1'])
21 env.RunTest("optionals.refdecout", [refdec, "optionals.output"], ARGS = ['1'])
22 env.RunTest("optionals.decout", [dec, "optionals.output"], ARGS = ['1'])
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack_tests.py14 RunTest = test_support.RunTest variable
179 errors += RunTest(TestZeroFields)
180 errors += RunTest(TestOneField)
181 errors += RunTest(TestPaddingPackedInOrder)
182 errors += RunTest(TestPaddingPackedOutOfOrder)
183 errors += RunTest(TestPaddingPackedOverflow)
184 errors += RunTest(TestNullableTypes)
185 errors += RunTest(TestAllTypes)
186 errors += RunTest(TestPaddingPackedOutOfOrderByOrdinal)
187 errors += RunTest(TestBools)
Dmodule_tests.py11 RunTest = test_support.RunTest variable
27 errors += RunTest(BuildAndTestModule)
28 errors += RunTest(TestModulesEqual)
/external/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp494 void RunTest(
498 void RunTest(
503 void RunTest(
507 void RunTest(
512 void RunTest(
517 void RunTest(
569 RunTest("en", kEnglish, UPRV_LENGTHOF(kEnglish)); in TestEnglish()
590 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps"); in TestEnglishCaps()
594 RunTest("en", UDAT_STYLE_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishShort()
598 RunTest("en", UDAT_STYLE_NARROW, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishNarrow()
[all …]
/external/autotest/client/deps/glbench/src/
Dcleartest.cc41 RunTest(this, "clear_color", g_width * g_height, g_width, g_height, true); in Run()
44 RunTest(this, "clear_depth", g_width * g_height, g_width, g_height, true); in Run()
47 RunTest(this, "clear_colordepth", in Run()
51 RunTest(this, "clear_depthstencil", in Run()
55 RunTest(this, "clear_colordepthstencil", in Run()
Dvaryingsandddxytest.cc184 RunTest(this, in Run()
189 RunTest(this, in Run()
194 RunTest(this, in Run()
199 RunTest(this, in Run()
205 RunTest(this, "ddx_shader", g_width * g_height, g_width, g_height, true); in Run()
209 RunTest(this, "ddy_shader", g_width * g_height, g_width, g_height, true); in Run()
Dattributefetchtest.cc120 RunTest(this, "attribute_fetch_shader", count_, g_width, g_height, true); in Run()
124 RunTest(this, in Run()
129 RunTest(this, in Run()
134 RunTest(this, in Run()
Dreadpixeltest.cc49 RunTest(this, "pixel_read", g_width * g_height, g_width, g_height, true); in Run()
54 RunTest(this, "pixel_read_2", g_width * g_height, g_width, g_height, true); in Run()
57 RunTest(this, "pixel_read_3", g_width * g_height, g_width, g_height, true); in Run()
Dtestbase.cc121 void RunTest(TestBase* test, const char* testname, const double coefficient, in RunTest() function
191 RunTest(this, name, width * height, width, height, true); in FillRateTestNormalSubWindow()
202 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); in FillRateTestBlendDepth()
210 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); in FillRateTestBlendDepth()
217 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); in FillRateTestBlendDepth()
Dtrianglesetuptest.cc74 RunTest(this, "triangle_setup", count_ / 3, g_width, g_height, true); in Run()
76 RunTest(this, "triangle_setup_all_culled", count_ / 3, g_width, g_height, true); in Run()
93 RunTest(this, "triangle_setup_half_culled", count_ / 3, g_width, g_height, true); in Run()
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc39 void RunTest() { in RunTest() function in libvpx_test::ExtendBorderTest
61 TEST_P(ExtendBorderTest, ExtendBorder) { ASSERT_NO_FATAL_FAILURE(RunTest()); } in TEST_P()
78 void RunTest() { in RunTest() function in libvpx_test::CopyFrameTest
100 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); } in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_test.cc80 void RunTest() { in RunTest() function in xla::__anon6ed0be450111::ForwardPassConvolution_3x3x256_256_OutputZ_Iota
117 this->RunTest(); in XLA_TYPED_TEST()
123 void RunTest() { in RunTest() function in xla::__anon6ed0be450111::Convolve_1x1x1x2_1x1x1x2_Valid
148 TYPED_TEST(Convolve_1x1x1x2_1x1x1x2_Valid, Types) { this->RunTest(); } in TYPED_TEST()
154 void RunTest() { in RunTest() function in xla::__anon6ed0be450111::Convolve_1x1x4x4_1x1x2x2_Valid
182 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Valid, Types) { this->RunTest(); } in TYPED_TEST()
188 void RunTest() { in RunTest() function in xla::__anon6ed0be450111::Convolve_1x1x4x4_1x1x2x2_Same
217 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Same, Types) { this->RunTest(); } in TYPED_TEST()
224 void RunTest() { in RunTest() function in xla::__anon6ed0be450111::Convolve_1x1x4x4_1x1x3x3_Same
249 TYPED_TEST(Convolve_1x1x4x4_1x1x3x3_Same, Types) { this->RunTest(); } in TYPED_TEST()
[all …]
/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram_unittest.cc35 void RunTest(bool enable_circular_buff,
49 void HistogramTest::RunTest(bool enable_circular_buff, const char* filename) { in RunTest() function in webrtc::HistogramTest
93 RunTest(true, in TEST_F()
99 RunTest(false, in TEST_F()
/external/nanopb-c/tests/alltypes/
DSConscript11 env.RunTest(enc)
12 env.RunTest([dec, "encode_alltypes.output"])
25 env.RunTest("optionals.output", enc, ARGS = ['1'])
26 env.RunTest("optionals.decout", [dec, "optionals.output"], ARGS = ['1'])
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc178 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) { in RunTest() function in webrtc::test::NetEqNetworkStatsTest
221 RunTest(50, expects); in DecodeFecTest()
227 RunTest(50, expects); in DecodeFecTest()
235 RunTest(50, expects); in DecodeFecTest()
254 RunTest(50, expects); in NoiseExpansionTest()
259 RunTest(10, expects); // Lost 10 * 20ms in a row. in NoiseExpansionTest()
Dneteq_external_decoder_unittest.cc92 void RunTest(int num_loops) { in RunTest() function in webrtc::NetEqExternalDecoderUnitTest
233 TEST_F(NetEqExternalVsInternalDecoderTest, RunTest) { in TEST_F() argument
234 RunTest(100); // Run 100 laps @ 10 ms each in the test loop. in TEST_F()
348 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
372 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
431 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
455 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
Dneteq_stereo_unittest.cc182 void RunTest(int num_loops) { in RunTest() function in webrtc::NetEqStereoTest
281 #define MAYBE_RunTest RunTest
284 RunTest(8); in TEST_P()
309 RunTest(100); in TEST_P()
322 RunTest(100); in TEST_P()
350 RunTest(1000); in TEST_P()
372 RunTest(100); in TEST_P()
/external/nanopb-c/tests/alltypes_pointer/
DSConscript30 env.RunTest(enc)
40 env.RunTest("decode_alltypes.output", [dec, "encode_alltypes_pointer.output"], **kwargs)
43 env.RunTest("optionals.output", enc, ARGS = ['1'])
47 env.RunTest("optionals.decout", [dec, "optionals.output"], **kwargs)
/external/nanopb-c/tests/extra_fields/
DSConscript6 env.RunTest('person_with_extra_field.output', [dec, "person_with_extra_field.pb"])
10 env.RunTest('person_with_extra_field_stream.output', [dec, "person_with_extra_field.pb"])
16 env.RunTest('alltypes_with_extra_fields.output', [dec2, 'alltypes_with_extra_fields.pb'])
/external/autotest/client/site_tests/cellular_ActivateLTE/
Dcellular_ActivateLTE.py62 self.RunTest()
71 def RunTest(self): member in ActivationTest
88 def RunTest(self): member in ActivationResetTest
114 def RunTest(self): member in ActivationCompleteTest
142 def RunTest(self): member in ActivationDueToMdnTest

12345