Home
last modified time | relevance | path

Searched defs:run_main (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
D_protoc_compiler.pyx20 def run_main(list args not None): function
/external/tflite-support/tensorflow_lite_support/codegen/python/
Dcodegen.py63 def run_main(argv): function
/external/tensorflow/tensorflow/python/tpu/profiler/
Dcapture_tpu_profile.py135 def run_main(): function
/external/yapf/yapf/
D__init__.py312 def run_main(): # pylint: disable=invalid-name function
/external/fonttools/Tests/cu2qu/
Dcli_test.py33 def run_main(*args): member in MainTest
/external/tensorflow/tensorflow/lite/python/
Dtflite_convert.py653 def run_main(_): function
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
D_protoc_compiler.pyx49 def run_main(list args not None): function
/external/tensorflow/tensorflow/python/tools/
Dfreeze_graph.py381 def run_main(): function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp82 TEST_F(MCJITTest, run_main) { in TEST_F() argument
/external/crosvm/tools/impl/
Dcommon.py435 def run_main(main_fn: Callable[..., Any]): function
/external/python/cpython2/Lib/test/
Dtest_timeit.py216 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None): member in TestTimeit
/external/python/cpython3/Lib/test/
Dtest_timeit.py239 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None): member in TestTimeit
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sslproto.py566 async def run_main(): function
/external/python/setuptools/pkg_resources/
D__init__.py469 run_main = run_script variable