Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for doing (0.15 sec)

  1. RELEASE.md

        *   Add num_parallel_reads and passing in a Dataset containing filenames
            into TextLineDataset and FixedLengthRecordDataset
        *   Going forward we operate in TF 2.0, this change is part of the effort to
            slowly converting XYZDataset to DatasetV2 type which is the official
            version going to be used in TF 2.0 and motivated by some compatibility
            issue found, _BigtableXYZDataset (of type DatasetV2) does not implement
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. .bazelrc

    build:release_cpu_linux_base --repo_env=BAZEL_COMPILER="/usr/lib/llvm-17/bin/clang"
    # Test-related settings below this point.
    test:release_linux_base --build_tests_only --keep_going --test_output=errors --verbose_failures=true
    test:release_linux_base --local_test_jobs=HOST_CPUS
    test:release_linux_base --test_env=LD_LIBRARY_PATH
    # Give only the list of failed tests at the end of the log
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top