Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for defs (0.03 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *
         * <p>
         * Example:
         *
         * <pre>
         * project.sync {
         *    from 'my/shared/dependencyDir'
         *    into 'build/deps/compile'
         * }
         * </pre>
         * Note that you can preserve output that already exists in the destination directory:
         * <pre>
         * project.sync {
         *     from 'source'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    This pass is intended to run after the split_into_island_per_op
    pass. That pass splits up multi-op islands into multiple individual islands
    wrapping a single op without applying any control deps between the new
    islands. So, this pass is needed in order to make preservation of the
    semantic ordering relationships between ops as determined by side effect
    analysis explicit in the IR.
    
    Example: original program:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top