Searched defs:test_runner (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | parse_testdata.cc | 260 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() 301 explicit Reshape(TestRunner* test_runner) : test_runner_(test_runner) { in Reshape() 323 explicit TestData(TestRunner* test_runner) in TestData() 357 bool ParseAndRunTests(std::istream* input, TestRunner* test_runner, in ParseAndRunTests()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | parse_testdata.cc | 297 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) {} in Invoke() 351 explicit Reshape(TestRunner* test_runner) : test_runner_(test_runner) {} in Reshape() 379 explicit TestData(TestRunner* test_runner) in TestData() 413 bool ParseAndRunTests(std::istream* input, TestRunner* test_runner, in ParseAndRunTests()
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | builds_common.sh | 125 test_runner() { function
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | prepare_reference_module.cc | 34 const HloModule& test_module, HloRunnerInterface* test_runner, in PrepareReferenceModule() argument
|
D | run_hlo_module.cc | 117 std::unique_ptr<HloModule> test_module, HloRunnerInterface* test_runner, in RunAndCompare() argument 228 const std::string& hlo_filename, HloRunnerInterface* test_runner, in RunAndCompare() argument
|
D | run_hlo_module_main.cc | 152 xla::HloRunner test_runner(test_platform); in main() local
|
/external/igt-gpu-tools/assembler/ |
D | meson.build | 97 test_runner = find_program('test/run-test.sh') variable
|
/external/wayland/tests/ |
D | meson.build | 1 test_runner = static_library( variable
|
/external/mesa3d/src/intel/tools/ |
D | meson.build | 204 test_runner = find_program('tests/run-test.py') variable
|
/external/libcxx/test/support/ |
D | rapid-cxx-test.hpp | 793 class test_runner class 796 test_runner(test_suite & ts) in test_runner() function in rapid_cxx_test::test_runner
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 320 def test_runner(pm, args, filtered_tests): function
|
/external/cronet/base/test/launcher/ |
D | test_launcher.cc | 2069 TestRunner test_runner(this, parallel_jobs_, batch_size); in RunTests() local 2119 TestRunner test_runner(this); in RunRetryTests() local
|