Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for building (0.2 sec)

  1. CONTRIBUTING.md

    The build of Gradle enables the configuration cache by default as a dogfooding experiment.
    
    Most tasks that are used to build Gradle support the configuration cache, but some don't. For example, building the documentation currently requires you to disable the configuration cache.
    
    To disable the configuration cache, run the build with `--no-configuration-cache`.
    
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Feb 09 15:30:53 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

        or
    
        ```bash
        bazel run //tensorflow/tools/docs:tf_doctest -- --module=ops.array_ops
        ```
    
        The `--module` is relative to `tensorflow.python`.
    
    #### Debug builds
    
    When [building Tensorflow](https://www.tensorflow.org/install/source), passing
    `--config=dbg` to Bazel will build with debugging information and without
    optimizations, allowing you to use GDB or other debuggers to debug C++ code. For
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Mar 21 11:45:51 GMT 2024
    - 15.6K bytes
    - Viewed (0)
Back to top