Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reporters (0.16 sec)

  1. RELEASE.md

        to learn more.
    *   Adds optional `exclude_cols` parameter to CsvDataset. This parameter is the
        complement of `select_cols`; at most one of these should be specified.
    *   We have implemented an optimization which reorders data-discarding
        transformations such as `take` and `shard` to happen earlier in the dataset
        when it is safe to do so. The optimization can be disabled via the
    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:linux_arm64 --copt="-mtune=generic" --copt="-march=armv8-a" --copt="-O3"
    
    
    # On Windows, `__cplusplus` is wrongly defined without this switch
    # See https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
    build:windows --copt=/Zc:__cplusplus
    build:windows --host_copt=/Zc:__cplusplus
    
    # Tensorflow uses M_* math constants that only get defined by MSVC headers if
    # _USE_MATH_DEFINES is defined.
    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