/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | gather_operation_test.cc | 32 void RunTest(const string& hlo_text, Literal* operand, in RunTest() function in xla::__anond29db7730111::GatherOperationTest 34 RunTest(hlo_text, {operand, start_indices}); in RunTest() 37 void RunTest(const string& hlo_text, absl::Span<Literal* const> args) { in RunTest() function in xla::__anond29db7730111::GatherOperationTest 64 RunTest(hlo_text, &operand, &start_indices); in XLA_TEST_F() 85 RunTest(hlo_text, &operand, &start_indices); in XLA_TEST_F() 106 RunTest(hlo_text, &operand, &start_indices); in XLA_TEST_F() 128 RunTest(hlo_text, &operand, &start_indices); in XLA_TEST_F() 150 RunTest(hlo_text, &operand, &start_indices); in XLA_TEST_F() 173 RunTest(hlo_text, &operand, &start_indices); in XLA_TEST_F() 196 RunTest(hlo_text, &operand, &start_indices); in XLA_TEST_F() [all …]
|
D | scatter_test.cc | 30 void RunTest(const string& hlo_text, Literal* operand, in RunTest() function in xla::__anon7dc76d1e0111::ScatterTest 32 RunTest(hlo_text, {operand, scatter_indices, updates}); in RunTest() 35 void RunTest(const string& hlo_text, absl::Span<Literal* const> args) { in RunTest() function in xla::__anon7dc76d1e0111::ScatterTest 69 RunTest(hlo_text, &operand, &scatter_indices, &updates); in XLA_TEST_F() 100 RunTest(hlo_text, &operand, &scatter_indices, &updates); in XLA_TEST_F() 129 RunTest(hlo_text, &operand, &scatter_indices, &updates); in XLA_TEST_F() 196 RunTest(hlo_text, &operand, &scatter_indices, &updates); in XLA_TEST_F() 225 RunTest(hlo_text, &operand, &scatter_indices, &updates); in XLA_TEST_F() 254 RunTest(hlo_text, &operand, &scatter_indices, &updates); in XLA_TEST_F() 284 RunTest(hlo_text, &operand, &scatter_indices, &updates); in XLA_TEST_F() [all …]
|
D | convolution_test.cc | 65 void RunTest() { in RunTest() function in xla::__anona13514680111::ForwardPassConvolution_3x3x256_256_OutputZ_Iota 109 this->RunTest(); in XLA_TYPED_TEST() 115 void RunTest() { in RunTest() function in xla::__anona13514680111::Convolve_1x1x1x2_1x1x1x2_Valid 140 TYPED_TEST(Convolve_1x1x1x2_1x1x1x2_Valid, Types) { this->RunTest(); } in TYPED_TEST() 146 void RunTest() { in RunTest() function in xla::__anona13514680111::Convolve_1x1x4x4_1x1x2x2_Valid 174 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Valid, Types) { this->RunTest(); } in TYPED_TEST() 180 void RunTest() { in RunTest() function in xla::__anona13514680111::Convolve_1x1x4x4_1x1x2x2_Same 209 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Same, Types) { this->RunTest(); } in TYPED_TEST() 216 void RunTest() { in RunTest() function in xla::__anona13514680111::Convolve_1x1x4x4_1x1x3x3_Same 241 TYPED_TEST(Convolve_1x1x4x4_1x1x3x3_Same, Types) { this->RunTest(); } in TYPED_TEST() [all …]
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | array_grad_test.cc | 35 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y, in RunTest() function in tensorflow::__anon207ae5c90111::ArrayGradTest 44 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() function in tensorflow::__anon207ae5c90111::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 …]
|
D | nn_grad_test.cc | 54 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y, in RunTest() function in tensorflow::__anon455b0fc60111::NNGradTest 62 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y, in RunTest() function in tensorflow::__anon455b0fc60111::NNGradTest 70 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() function in tensorflow::__anon455b0fc60111::NNGradTest 112 RunTest(x, shape, y, shape); in TEST_F() 125 RunTest({logits, labels}, {logits_shape, logits_shape}, {y.backprop, y.loss}, in TEST_F() 138 RunTest(x, x_init_value, y, shape); in TEST_F() 149 RunTest(x, x_init_value, y, shape); in TEST_F() 161 RunTest(x, x_init_value, y, shape); in TEST_F() 173 RunTest(x, x_init_value, y, shape); in TEST_F() 187 RunTest(x, x_init_value, y, shape); in TEST_F() [all …]
|
D | math_grad_test.cc | 713 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() function in tensorflow::__anon694ef3b40111::NaryGradTest 722 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y, in RunTest() function in tensorflow::__anon694ef3b40111::NaryGradTest 740 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F() 749 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F() 760 RunTest(x, x_init_value, y, y_shape); in TEST_F() 771 RunTest(x, x_init_value, y, y_shape); in TEST_F() 789 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F() 798 RunTest({x}, {x_shape}, {y}, {y_shape}); in TEST_F() 808 RunTest(xs, {shape, shape, shape}, {y}, {shape}); in TEST_F() 817 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F() [all …]
|
/external/webrtc/webrtc/video/ |
D | full_stack.cc | 21 void RunTest(const VideoQualityTest::Params ¶ms) { 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/ |
D | SConscript | 15 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']) 28 env.RunTest("decode_with_malloc.output", [mallocdec, "encode_alltypes_callback.output"])
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment_test.cc | 63 void RunTest(const Graph* graph, const std::set<string>& candidates, in RunTest() function in tensorflow::tensorrt::segment::test::SegmentTest 110 RunTest(&g, {}, {}, {}, {}); in TEST_F() 136 RunTest(&g, all_adds, all_adds, all_adds, {all_adds}); in TEST_F() 141 RunTest(&g, without_add1, without_add1, without_add1, {without_add1}); in TEST_F() 146 RunTest(&g, without_add1, without_add2, without_add1, {{"add3", "add4"}}); in TEST_F() 149 RunTest(&g, all_adds, without_add2, all_adds, {all_adds}); in TEST_F() 152 RunTest(&g, all_adds, without_add1, all_adds, {without_add1}); in TEST_F() 157 RunTest(&g, all_adds, all_adds, without_add3, {all_adds}); in TEST_F() 182 RunTest(&g, without_add2, without_add2, without_add2, {}); in TEST_F() 215 RunTest(&g, without_add5, without_add5, without_add5, in TEST_F() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | reldatefmttest.cpp | 771 void RunTest( 775 void RunTest( 780 void RunTest( 785 void RunTest( 789 void RunTest( 794 void RunTest( 799 void RunTest( 805 void RunTest( 865 RunTest("en", kEnglish, UPRV_LENGTHOF(kEnglish)); in TestEnglish() 886 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps"); in TestEnglishCaps() [all …]
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | pack_tests.py | 14 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)
|
D | module_tests.py | 11 RunTest = test_support.RunTest variable 27 errors += RunTest(BuildAndTestModule) 28 errors += RunTest(TestModulesEqual)
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/ |
D | SConscript | 15 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/nanopb-c/tests/alltypes_proto3_callback/ |
D | SConscript | 15 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/nanopb-c/tests/oneof/ |
D | SConscript | 28 env.RunTest("message1.pb", enc, ARGS = ['1']) 29 env.RunTest("message1.txt", [dec, 'message1.pb'], ARGS = ['1']) 30 env.RunTest("message2.pb", enc, ARGS = ['2']) 31 env.RunTest("message2.txt", [dec, 'message2.pb'], ARGS = ['2']) 32 env.RunTest("message3.pb", enc, ARGS = ['3']) 33 env.RunTest("message3.txt", [dec, 'message3.pb'], ARGS = ['3'])
|
/external/grpc-grpc/third_party/nanopb/tests/oneof/ |
D | SConscript | 28 env.RunTest("message1.pb", enc, ARGS = ['1']) 29 env.RunTest("message1.txt", [dec, 'message1.pb'], ARGS = ['1']) 30 env.RunTest("message2.pb", enc, ARGS = ['2']) 31 env.RunTest("message2.txt", [dec, 'message2.pb'], ARGS = ['2']) 32 env.RunTest("message3.pb", enc, ARGS = ['3']) 33 env.RunTest("message3.txt", [dec, 'message3.pb'], ARGS = ['3'])
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_allocator_test.cc | 23 bool RunTest(const uint64_t alignment, const uint64_t size, in RunTest() function 59 EXPECT_EQ(space >= size, RunTest(alignment, size, ptr_val, space)); in TEST() 62 EXPECT_FALSE(RunTest(alignment, space, ptr_val, space)); in TEST() 66 RunTest(alignment, space - diff, ptr_val + diff, space - diff)); in TEST() 73 RunTest(alignment, size, ptr_val, space)); in TEST() 76 EXPECT_FALSE(RunTest(alignment, 1, ptr_val, space)); in TEST()
|
/external/autotest/client/deps/glbench/src/ |
D | cleartest.cc | 38 RunTest(this, "clear_color", g_width * g_height, g_width, g_height, true); in Run() 41 RunTest(this, "clear_depth", g_width * g_height, g_width, g_height, true); in Run() 44 RunTest(this, "clear_colordepth", g_width * g_height, g_width, g_height, in Run() 48 RunTest(this, "clear_depthstencil", g_width * g_height, g_width, g_height, in Run() 52 RunTest(this, "clear_colordepthstencil", g_width * g_height, g_width, in Run()
|
D | varyingsandddxytest.cc | 178 RunTest(this, "varyings_shader_1", g_width * g_height, g_width, g_height, in Run() 183 RunTest(this, "varyings_shader_2", g_width * g_height, g_width, g_height, in Run() 188 RunTest(this, "varyings_shader_4", g_width * g_height, g_width, g_height, in Run() 193 RunTest(this, "varyings_shader_8", g_width * g_height, g_width, g_height, in Run() 199 RunTest(this, "ddx_shader", g_width * g_height, g_width, g_height, true); in Run() 203 RunTest(this, "ddy_shader", g_width * g_height, g_width, g_height, true); in Run()
|
D | attributefetchtest.cc | 126 RunTest(this, "attribute_fetch_shader", count_, g_width, g_height, true); in Run() 130 RunTest(this, "attribute_fetch_shader_2_attr", count_, g_width, g_height, in Run() 135 RunTest(this, "attribute_fetch_shader_4_attr", count_, g_width, g_height, in Run() 140 RunTest(this, "attribute_fetch_shader_8_attr", count_, g_width, g_height, in Run()
|
/external/nanopb-c/tests/alltypes/ |
D | SConscript | 11 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']) 36 env.RunTest("zeroinit.output", enc, ARGS = ['2']) 37 env.RunTest("zeroinit.decout", [dec, "zeroinit.output"], ARGS = ['2'])
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 48 void RunTest() { in RunTest() function in libvpx_test::__anon078232c00111::ExtendBorderTest 63 TEST_P(ExtendBorderTest, ExtendBorder) { ASSERT_NO_FATAL_FAILURE(RunTest()); } in TEST_P() 80 void RunTest() { in RunTest() function in libvpx_test::__anon078232c00111::CopyFrameTest 95 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); } in TEST_P()
|
/external/webrtc/webrtc/modules/audio_processing/agc/ |
D | histogram_unittest.cc | 35 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_pointer/ |
D | SConscript | 22 env.RunTest(enc) 32 env.RunTest("decode_alltypes.output", [dec, "encode_alltypes_pointer.output"], **kwargs) 35 env.RunTest("optionals.output", enc, ARGS = ['1']) 39 env.RunTest("optionals.decout", [dec, "optionals.output"], **kwargs)
|
/external/nanopb-c/tests/field_size_16/ |
D | SConscript | 28 env.RunTest(enc) 29 env.RunTest([dec, "encode_alltypes.output"]) 31 env.RunTest("optionals.output", enc, ARGS = ['1']) 32 env.RunTest("optionals.decout", [dec, "optionals.output"], ARGS = ['1'])
|