Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 73 for T_nested (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // CHECK-SAME: _replication_info = "foo"
    // CHECK: "tf.AssignAddVariableOp"([[VAR]], [[CONST]])
    
    // Preceding user is using resource updated by the cluster within a nested op.
    // Resource is updated by a cluster op, and opA (not in cluster) is using the
    // resource in a nested op. We expect opA to be after the cluster.
    // CHECK-LABEL: func @cluster_nested_op_using_resource
    func.func @cluster_nested_op_using_resource() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

        private ImportNode currImportNode;
        private MethodNode currentMethod;
        private ClassNodeResolver classNodeResolver;
    
        /**
         * A ConstructedNestedClass consists of an outer class and a name part, denoting a nested class with an unknown number of levels down. This allows resolve tests to skip this node for further inner
         * class searches and combinations with imports, since the outer class we know is already resolved.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    			expectedSetCost:  25165826,
    		},
    		{
    			name:             "nested types with root rule with all supporting maxLength",
    			schemaGenerator:  genAllMaxNestedSpecWithRootRule(`self.all(x, x["y"].required == "z")`),
    			expectedCalcCost: 7340027,
    			setMaxElements:   10,
    			expectedSetCost:  72,
    		},
    		{
    			name:             "nested types with root rule with one supporting maxLength",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/deadness_analysis.cc

    // upstream frames are populated.  In effect, this order enables processing each
    // (nested) tf.while one-by-one, as each (nested) tf.while creates a unique
    // (root) frame.  Note that we don't separate while loops belonging to the same
    // nested while, as there is no clean cut for separating them in the topological
    // order.
    Status DeadnessAnalysisImpl::Populate(bool enable_optimistic) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    [.multi-language-sample]
    =====
    [source,kotlin]
    ----
    .
    ├── settings.gradle.kts
    └── nested
        ├── settings.gradle.kts
        └── nestedNested
            └── settings.gradle.kts
    ----
    .settings.gradle.kts
    [source,kotlin]
    ----
    includeBuild("nested")
    ----
    .nested/settings.gradle.kts
    [source,kotlin]
    ----
    includeBuild("nestedNested")
    ----
    =====
    [.multi-language-sample]
    =====
    [source,groovy]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

    import org.gradle.api.tasks.InputDirectory
    import org.gradle.api.tasks.InputFile
    import org.gradle.api.tasks.InputFiles
    import org.gradle.api.tasks.Internal
    import org.gradle.api.tasks.LocalState
    import org.gradle.api.tasks.Nested
    import org.gradle.api.tasks.Optional
    import org.gradle.api.tasks.OutputDirectories
    import org.gradle.api.tasks.OutputDirectory
    import org.gradle.api.tasks.OutputFile
    import org.gradle.build.event.BuildEventsListenerRegistry
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

                           expand foo: "bar"
                       }
                       into "nested"
                   }
                   into "out"
               }
            """
    
            then:
            succeeds "c"
    
            and:
            file("out/nested/b.txt").text == "bar"
        }
    
        @Issue("GRADLE-3418")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    }
    ```
    ### `-tf-executor-tpu-v1-island-outlining`
    
    _Outline TPU clusters from island into a nested module, so it can be processed like a V2 module, intended for V1 compatibility mode_
    
    Extract the islands containing a TPU cluster computation into an outlined
    function in a nested module. This will allow to run the usual bridge on this
    nested module which now exhibits a more friendly "V2-like" structure.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                    SomeTask() {
                        bean.gradle = project.gradle
                        bean.nested.gradle = project.gradle
                        bean.nested.project = project
                    }
    
                    @TaskAction
                    void run() {
                    }
                }
    
                // ensure there are multiple warnings for the same properties
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  10. src/html/template/exec_test.go

    	{"declare in action", "{{$x := $.U.V}}{{$x}}", "v", tVal, true},
    	{"simple assignment", "{{$x := 2}}{{$x = 3}}{{$x}}", "3", tVal, true},
    	{"nested assignment",
    		"{{$x := 2}}{{if true}}{{$x = 3}}{{end}}{{$x}}",
    		"3", tVal, true},
    	{"nested assignment changes the last declaration",
    		"{{$x := 1}}{{if true}}{{$x := 2}}{{if true}}{{$x = 3}}{{end}}{{end}}{{$x}}",
    		"1", tVal, true},
    
    	// Type with String method.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
Back to top