Path Lines of Code ailab/ailab/__init__.py 1 ailab/ailab/settings_base.py 89 ailab/ailab/urls.py 16 ailab/ailab/views.py 5 ailab/ailab/wsgi.py 5 ailab/benchmark/__init__.py 1 ailab/benchmark/admin.py 5 ailab/benchmark/apps.py 4 ailab/benchmark/benchmark_result_controller.py 32 ailab/benchmark/db_controller.py 130 ailab/benchmark/migrations/__init__.py 1 ailab/benchmark/models.py 109 ailab/benchmark/result_table.py 20 ailab/benchmark/static/django_tables2/themes/paleblue/css/screen.css 107 ailab/benchmark/static/js/filters.js 239 ailab/benchmark/static/js/form_submission.js 39 ailab/benchmark/static/js/graph_configuration.js 9 ailab/benchmark/templates/base.html 16 ailab/benchmark/templates/graph_view.html 6 ailab/benchmark/templates/result_visualization.html 117 ailab/benchmark/templates/table_view.html 6 ailab/benchmark/templatetags/__init__.py 1 ailab/benchmark/templatetags/nvd3_tags.py 105 ailab/benchmark/tests.py 2 ailab/benchmark/urls.py 8 ailab/benchmark/views.py 164 ailab/benchmark/visualize_utils.py 38 ailab/file_storage/__init__.py 1 ailab/file_storage/admin.py 2 ailab/file_storage/apps.py 4 ailab/file_storage/migrations/__init__.py 1 ailab/file_storage/models.py 6 ailab/file_storage/tests.py 2 ailab/file_storage/urls.py 6 ailab/file_storage/views.py 17 ailab/manage.py 18 benchmarking/benchmarks/__init__.py 1 benchmarking/benchmarks/benchmarks.py 258 benchmarking/bridge/__init__.py 1 benchmarking/bridge/auth.py 17 benchmarking/bridge/auth_base.py 12 benchmarking/bridge/db.py 160 benchmarking/bridge/django_auth.py 9 benchmarking/bridge/file_storage/upload_files/file_uploader.py 16 benchmarking/bridge/file_storages.py 19 benchmarking/bridge/upload_download_files_base.py 15 benchmarking/bridge/upload_download_files_django.py 29 benchmarking/data_converters/__init__.py 1 benchmarking/data_converters/data_converter_base.py 27 benchmarking/data_converters/data_converters.py 15 benchmarking/data_converters/json_converter/__init__.py 1 benchmarking/data_converters/json_converter/json_converter.py 99 benchmarking/data_converters/json_with_identifier_converter/__init__.py 1 benchmarking/data_converters/json_with_identifier_converter/json_with_identifier_converter.py 25 benchmarking/degrade/degrade_base.py 33 benchmarking/download_benchmarks/__init__.py 1 benchmarking/download_benchmarks/django_file_downloader.py 20 benchmarking/download_benchmarks/download_benchmarks.py 130 benchmarking/download_benchmarks/download_file.py 18 benchmarking/download_benchmarks/file_downloader_base.py 12 benchmarking/driver/__init__.py 1 benchmarking/driver/benchmark_driver.py 373 benchmarking/frameworks/__init__.py 1 benchmarking/frameworks/caffe2/__init__.py 1 benchmarking/frameworks/caffe2/caffe2.py 270 benchmarking/frameworks/framework_base.py 534 benchmarking/frameworks/frameworks.py 21 benchmarking/frameworks/generic/__init__.py 1 benchmarking/frameworks/generic/generic.py 29 benchmarking/frameworks/glow/__init__.py 1 benchmarking/frameworks/glow/glow.py 336 benchmarking/frameworks/oculus/__init__.py 1 benchmarking/frameworks/oculus/oculus.py 133 benchmarking/frameworks/pytorch/__init__.py 1 benchmarking/frameworks/pytorch/pytorch.py 43 benchmarking/frameworks/tflite/__init__.py 1 benchmarking/frameworks/tflite/tflite.py 178 benchmarking/get_connected_devices.py 79 benchmarking/harness.py 342 benchmarking/lab_driver.py 180 benchmarking/platforms/__init__.py 1 benchmarking/platforms/android/__init__.py 1 benchmarking/platforms/android/adb.py 176 benchmarking/platforms/android/android_driver.py 56 benchmarking/platforms/android/android_platform.py 313 benchmarking/platforms/device_manager.py 304 benchmarking/platforms/host/__init__.py 1 benchmarking/platforms/host/hdb.py 40 benchmarking/platforms/host/host_platform.py 131 benchmarking/platforms/ios/__init__.py 1 benchmarking/platforms/ios/idb.py 65 benchmarking/platforms/ios/ios_driver.py 77 benchmarking/platforms/ios/ios_platform.py 127 benchmarking/platforms/platform_base.py 185 benchmarking/platforms/platform_util_base.py 30 benchmarking/platforms/platforms.py 47 benchmarking/platforms/windows/__init__.py 1 benchmarking/platforms/windows/windows_platform.py 13 benchmarking/profilers/__init__.py 1 benchmarking/profilers/perfetto/__init__.py 1 benchmarking/profilers/perfetto/perfetto.py 326 benchmarking/profilers/perfetto/perfetto_config.py 7 benchmarking/profilers/profiler_base.py 18 benchmarking/profilers/profilers.py 22 benchmarking/profilers/utilities.py 23 benchmarking/reboot_device.py 35 benchmarking/regression_detectors/__init__.py 1 benchmarking/regression_detectors/delay_detector/__init__.py 1 benchmarking/regression_detectors/delay_detector/delay_detector.py 35 benchmarking/regression_detectors/regression_detector_base.py 9 benchmarking/regression_detectors/regression_detectors.py 155 benchmarking/remote/__init__.py 1 benchmarking/remote/devices.py 54 benchmarking/remote/django_url_printer.py 81 benchmarking/remote/file_handler.py 104 benchmarking/remote/print_result_url.py 14 benchmarking/remote/screen_reporter.py 120 benchmarking/remote/url_printer_base.py 12 benchmarking/repo_driver.py 399 benchmarking/reporters/__init__.py 1 benchmarking/reporters/local_reporter/__init__.py 1 benchmarking/reporters/local_reporter/local_reporter.py 58 benchmarking/reporters/remote_reporter/__init__.py 1 benchmarking/reporters/remote_reporter/remote_reporter.py 119 benchmarking/reporters/reporter_base.py 12 benchmarking/reporters/reporters.py 22 benchmarking/reporters/screen_reporter/__init__.py 1 benchmarking/reporters/screen_reporter/screen_reporter.py 68 benchmarking/reporters/simple_local_reporter/__init__.py 1 benchmarking/reporters/simple_local_reporter/simple_local_reporter.py 37 benchmarking/reporters/simple_screen_reporter/__init__.py 1 benchmarking/reporters/simple_screen_reporter/simple_screen_reporter.py 10 benchmarking/repos/__init__.py 1 benchmarking/repos/git.py 50 benchmarking/repos/hg.py 57 benchmarking/repos/repo_base.py 26 benchmarking/repos/repos.py 11 benchmarking/run_bench.py 233 benchmarking/run_lab.py 672 benchmarking/run_remote.py 739 benchmarking/utils/__init__.py 1 benchmarking/utils/arg_parse.py 19 benchmarking/utils/build_program.py 98 benchmarking/utils/check_argparse.py 11 benchmarking/utils/custom_logger.py 32 benchmarking/utils/devices.py 80 benchmarking/utils/future.py 28 benchmarking/utils/log_update_handler.py 56 benchmarking/utils/log_utils.py 65 benchmarking/utils/monsoon_power.py 187 benchmarking/utils/observer.py 32 benchmarking/utils/software_power.py 43 benchmarking/utils/subprocess_with_logger.py 201 benchmarking/utils/usb_controller.py 68 benchmarking/utils/utilities.py 288 benchmarking/utils/watchdog.py 35 libraries/python/aggregate_classification_results.py 115 libraries/python/classification_compare.py 138 libraries/python/coco/generate_im_info.py 100 libraries/python/coco/json_dataset.py 103 libraries/python/coco/json_dataset_evaluator.py 198 libraries/python/coco/process_single_image_output.py 185 libraries/python/imagenet_test_map.py 100 libraries/python/onnx_to_caffe2.py 29 specifications/models/caffe2/gen_caffe2_models.py 173