Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for xctestrunner (0.05 seconds)

  1. MODULE.bazel

        "tflite_mobilenet_quant",
        "tflite_mobilenet_ssd",
        "tflite_mobilenet_ssd_quant",
        "tflite_mobilenet_ssd_quant_protobuf",
        "tflite_ovic_testdata",
        "vulkan_headers",
        "xctestrunner",
    )
    
    # TODO: Remove this injection once xprof is updated.
    inject_repo(
        tf_third_party,
        com_github_nlohmann_json = "nlohmann_json_lib",
    )
    
    pybind11_internal_configure = use_extension(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. .bazelrc

    # Test-related settings below this point
    # We cannot run cross-compiled tests on the remote Linux x86 VMs so we need to
    # force all tests to run locally on the Aarch64 host.
    test:rbe_cross_compile_base --strategy=TestRunner=local --build_tests_only
    test:rbe_cross_compile_base --verbose_failures=true --local_test_jobs=HOST_CPUS --test_output=errors
    
    # START LINUX AARCH64 CROSS-COMPILE CONFIGS
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
Back to Top