Home
last modified time | relevance | path

Searched defs:test_runner (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.cc260 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/
Dparse_testdata.cc297 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/
Dbuilds_common.sh125 test_runner() { function
/external/tensorflow/tensorflow/compiler/xla/tools/
Dprepare_reference_module.cc34 const HloModule& test_module, HloRunnerInterface* test_runner, in PrepareReferenceModule() argument
Drun_hlo_module.cc117 std::unique_ptr<HloModule> test_module, HloRunnerInterface* test_runner, in RunAndCompare() argument
228 const std::string& hlo_filename, HloRunnerInterface* test_runner, in RunAndCompare() argument
Drun_hlo_module_main.cc152 xla::HloRunner test_runner(test_platform); in main() local
/external/igt-gpu-tools/assembler/
Dmeson.build97 test_runner = find_program('test/run-test.sh') variable
/external/wayland/tests/
Dmeson.build1 test_runner = static_library( variable
/external/mesa3d/src/intel/tools/
Dmeson.build204 test_runner = find_program('tests/run-test.py') variable
/external/libcxx/test/support/
Drapid-cxx-test.hpp793 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/
Dtdc.py320 def test_runner(pm, args, filtered_tests): function
/external/cronet/base/test/launcher/
Dtest_launcher.cc2069 TestRunner test_runner(this, parallel_jobs_, batch_size); in RunTests() local
2119 TestRunner test_runner(this); in RunRetryTests() local