Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 112 for TestTd (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

            return call_op.emitOpError(
                "resource lifting does not support call with nested references.");
          }
          if (failed(HandlePartitionedCallOp(call_op, callee, module,
                                             vars_initialized,
                                             lifted_partitioned_call_callees))) {
            // Nested control flow handling is done in HandlePartitionedCallOp().
            return failure();
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

                }
    
                @Override
                public Object newInstance(ServiceLookup services, InstanceGenerator nested) throws InvocationTargetException, IllegalAccessException, InstantiationException {
                    return strategy.newInstance(services, nested, null, NO_PARAMS);
                }
            }
    
            private class GeneratedConstructorImpl implements GeneratedConstructor<Object> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    				"spec.versions[0].schema.openAPIV3Schema.allOf[0].properties[metadata]: Forbidden: must not be specified in a nested context",
    				"spec.versions[0].schema.openAPIV3Schema.oneOf[0].properties[metadata]: Forbidden: must not be specified in a nested context",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top