Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RegExp (0.17 sec)

  1. .bazelrc

    # only executabe on the RBE (x86) machine, so the strategy_regexp options are
    # added to override and run the actions using remote strategy.
    build:rbe_cross_compile_base_xla --strategy_regexp='Generating code from table.*=remote'
    build:rbe_cross_compile_base_xla --strategy_regexp='Generating flatbuffer files.*=remote'
    build:rbe_cross_compile_base_xla --strategy_regexp='Executing genrule @llvm-project.*=remote'
    
    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)
  2. RELEASE.md

        be removed soon.
    *   `dot.h` / DotGraph was removed (it was an early analysis tool prior to
        TensorBoard, no longer that useful). It remains in history should someone
        find the code useful.
    *   re2 / regexp.h was removed from being a public interface of TF. Should users
        need regular expressions, they should depend on the RE2 library directly
        rather than via TensorFlow.
    
    ## Thanks to our Contributors
    
    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)
Back to top