Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,018 for ControlZ (0.57 sec)

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

    // Returns true iff the op wrapped by `island` is an intermediate op used for
    // grouping control dependencies. We don't want to report warnings for these
    // ops, unless they belong to a control path between two side-effecting ops that
    // should not have any dependencies.
    bool IsIntermediateOp(IslandOp island) {
      // These two side-effect-free ops are known to be used for control dependency
      // grouping (e.g., in `BreakUpIslands` pass).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu_device_propagation.mlir

        // CHECK-NOT:  device = "/job:localhost/replica:0/task:0/device:CPU:0"
        %0:2 = tf_executor.island wraps "tf.Identity"(%arg0) : (tensor<i64>) -> tensor<i64>
        tf_executor.fetch %0#1 : !tf_executor.control
      }
      func.return
    }
    
    // Tests control dependencies are ignored for propagating devices.
    
    // CHECK-LABEL: func @testControlDependenciesIgnored
    func.func @testControlDependenciesIgnored(%arg0: tensor<i64>) {
      tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 19K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/main/resources/header.html

                    <li><a href="../userguide/installation.html">Installing Gradle</a></li>
                    <li><a class="nav-dropdown" data-toggle="collapse" href="#upgrading-gradle" aria-expanded="false" aria-controls="upgrading-gradle">Upgrading Gradle</a>
                        <ul id="upgrading-gradle">
                            <li><a href="../userguide/upgrading_version_8.html">version 8.X to latest</a></li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export_test.cc

      // "^" means control input.
      EXPECT_THAT(init_node_itr->input()[0],
                  StrEq("^tf.InitializeTableFromTextFileV2"));
    }
    
    TEST_F(ConvertMlirModuleToExportedModelTest, InitNodeNotSetIfLocNameMismatch) {
      // Define a module that initializes a tf.HashTableV2 whose control output node
      // for the initialization is named "init_ok". Since the output control node
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/func_test.go

    		c := bloc.control
    		// Specify control values.
    		if c.control != "" {
    			cval, ok := values[c.control]
    			if !ok {
    				f.Fatalf("control value for block %s missing", bloc.name)
    			}
    			b.SetControl(cval)
    		}
    		// Fill in args.
    		for _, valu := range bloc.valus {
    			v := values[valu.name]
    			for _, arg := range valu.args {
    				a, ok := values[arg]
    				if !ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:01:04 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  6. Makefile.core.mk

    	cp manifests/charts/istio-control/istio-discovery/files/injection-template.yaml manifests/charts/istiod-remote/files
    	cp manifests/charts/istio-control/istio-discovery/files/gateway-injection-template.yaml manifests/charts/istiod-remote/files
    	cp manifests/charts/istio-control/istio-discovery/templates/istiod-injector-configmap.yaml manifests/charts/istiod-remote/templates
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/accesslog.go

    import (
    	"sync"
    
    	accesslog "github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	listener "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3"
    	cel "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/filters/cel/v3"
    	grpcaccesslog "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/grpc/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/build_xla_ops_pass.cc

        g->RemoveEdge(edge);
      }
    }
    
    // Returns a data value that is dead iff `control` is dead.
    Output ControlToData(const Scope& scope, Node* control) {
      // The choice of data type here is important.
      //
      // We implement a "control merge", which is a control edge that is alive if
      // either of two nodes (denoted as A and B below) are alive, in the following
      // manner:
      //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  9. platforms/software/ivy/src/test/groovy/org/gradle/api/publish/ivy/internal/publisher/ValidatingIvyPublisherTest.groovy

            "someBranch\t"     | "release"       | "branch cannot contain ISO control character '\\u0009'"
            "someBranch"       | "release\t"     | "status cannot contain ISO control character '\\u0009'"
            "someBranch\n"     | "release"       | "branch cannot contain ISO control character '\\u000a'"
            "someBranch"       | "release\n"     | "status cannot contain ISO control character '\\u000a'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 15K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/apiserver/types.go

    	// version the CEL expressions are evaluated against
    	// Valid values: v1
    	// Required, no default value
    	MatchConditionSubjectAccessReviewVersion string
    	// Controls the authorization decision when a webhook request fails to
    	// complete or returns a malformed response or errors evaluating
    	// matchConditions.
    	// Valid values:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 00:57:24 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top