Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,315 for ControlZ (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/mlprogram.mlir

        // CHECK-DAG: [[r6:%.*]] = stablehlo.compare LT
        // CHECK: [[result:%.*]] = stablehlo.select
        // CHECK-NEXT: return [[result]]
        %0 = tf_executor.graph {
          %outputs, %control = tf_executor.island wraps "tf.Const"() {device = "", value = dense<1> : tensor<i32>} : () -> tensor<i32>
          %outputs_0, %control_1 = tf_executor.island wraps "tf.Const"() {device = "", value = dense<20> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 19:27:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_waypoint.go

    package core
    
    import (
    	"time"
    
    	cluster "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	endpoint "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
    	tls "github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3"
    	http "github.com/envoyproxy/go-control-plane/envoy/extensions/upstreams/http/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9K 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. src/cmd/compile/internal/ssa/rewriteARM64.go

    		// result: (EQ cmp yes no)
    		for b.Controls[0].Op == OpARM64InvertFlags {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockARM64EQ, cmp)
    			return true
    		}
    	case BlockARM64FGE:
    		// match: (FGE (InvertFlags cmp) yes no)
    		// result: (FLE cmp yes no)
    		for b.Controls[0].Op == OpARM64InvertFlags {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_util.h

    Status PerformStaticShapeInferenceBeforeEncapsulation(Graph* g);
    
    // Attribute indicating that some ops in this node's XLA computation has control
    // dependency on this node. Attribute value will always be "true".
    extern const char kXlaConnectedToXlaComputationAttrName[];
    
    // Attribute indicating that this node has control dependency on some ops in
    // this node's XLA computation. Attribute value will always be "true".
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. operator/pkg/controller/istiocontrolplane/errdict.go

    		"updates for the objects cannot be processed leading to an out of sync control plane."
    	operatorImpactNoUpdates = "In this error state, changes to the IstioOperator CR will not result in the Istio " +
    		"control plane being updated."
    )
    
    var (
    	operatorFailedToGetObjectFromAPIServer = &structured.Error{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top