Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 56 of 56 for id_0 (0.08 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskExecutionIntegrationTest.groovy

            def count = 9000
            buildFile << """
                task a() {
                    finalizedBy 'f'
                }
    
                task f() {
                    dependsOn "d_0"
                }
    
                def nextIndex
                ${count}.times {
                    nextIndex = it + 1
                    task "d_\$it"() { task ->
                        dependsOn "d_\$nextIndex"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/plugins.adoc

    include::sample[dir="snippets/java/quickstart/groovy", files="build.gradle[tags=use-plugin-legacy]"]
    ====
    
    Plugins can be applied using a _plugin id_.
    In the above case, we are using the short name "java" to apply the link:{javadocPath}/org/gradle/api/plugins/JavaPlugin.html[JavaPlugin].
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 04:11:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

        }) {is_stateless = true}
        return %0
      }
    ```
    (the first result can be removed along with its defining op `tf.OpB`).
    
    ### `-tf-replica-id-to-device-ordinal`
    
    _Set device ordinal with replica id_
    
    This pass sets the device ordinal attribute of the ops using the replica id
    attribute. This is run immediately after the replica_to_island pass which
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `indices` is a K-dimensional integer tensor, best thought of as a
    (K-1)-dimensional tensor of indices into `params`, where each element defines a
    slice of `params`:
    
        output[\\(i_0, ..., i_{K-2}\\)] = params[indices[\\(i_0, ..., i_{K-2}\\)]]
    
    Whereas in `tf.gather` `indices` defines slices into the `axis`
    dimension of `params`, in `tf.gather_nd`, `indices` defines slices into the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          !tf_res = type tensor<*x!tf_type.resource<tensor<32xf32>>>
    
          func @test(%arg0: !tf_res {tf.device = "/TPU:0"}) {
            tf_executor.graph {
              %control = tf_executor.island {
                %id0 = "tf.Identity"(%arg0) : (!tf_res) -> !tf_res
                tf_executor.yield
              }
              tf_executor.fetch %control : !tf_executor.control
            }
            return
          }
        ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/static/trace_viewer_full.html

    Counter.prototype={__proto__:tr.model.EventContainer.prototype,get parent(){return this.parent_;},get id(){return this.id_;},get category(){return this.category_;},get name(){return this.name_;},*childEvents(){},*childEventContainers(){yield*this.series;},set timestamps(arg){throw...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top