Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 97 for ControlZ (1.83 sec)

  1. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    		// result: (BEQZ cond yes no)
    		for b.Controls[0].Op == OpRISCV64MOVDconst {
    			v_0 := b.Controls[0]
    			if auxIntToInt64(v_0.AuxInt) != 0 {
    				break
    			}
    			cond := b.Controls[1]
    			b.resetWithControl(BlockRISCV64BEQZ, cond)
    			return true
    		}
    		// match: (BEQ cond (MOVDconst [0]) yes no)
    		// result: (BEQZ cond yes no)
    		for b.Controls[1].Op == OpRISCV64MOVDconst {
    			cond := b.Controls[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "EQ", controls: 1},
    		{name: "NE", controls: 1},
    		{name: "LT", controls: 1},
    		{name: "LE", controls: 1},
    		{name: "GT", controls: 1},
    		{name: "GE", controls: 1},
    		{name: "OS", controls: 1},
    		{name: "OC", controls: 1},
    		{name: "ULT", controls: 1},
    		{name: "ULE", controls: 1},
    		{name: "UGT", controls: 1},
    		{name: "UGE", controls: 1},
    		{name: "EQF", controls: 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  3. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

    #include "tensorflow/core/platform/macros.h"
    #include "tensorflow/core/util/dump_graph.h"
    
    namespace tensorflow {
    
    namespace {
    
    // Control return mapping function for outside compilation host graphs.
    // All nodes with kXlaHasHostTransfer attribute are control outputs.
    std::optional<string> HostGraphControlRetMapping(const Node* n) {
      if (HasNodeAttr(n->def(), kXlaHasHostTransferAttrName)) {
        return n->name();
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    cni.provider=multus --set cni.logLevel=info ``` 3) `istio-control/istio-discovery` chart installs a revision of istiod. ```console helm install -n istio-system istiod manifests/charts/istio-control/istio-discovery --set istio_cni.enabled=true --set istio_cni.chained=false --set global.platform=openshift ``` 4) `gateways` charts install a load balancer with `ingress` and `egress`. Ingress secrets and access should be separated from the control plane. ```console helm install -n istio-system istio-ingress...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

          return failure();
      }
    
      Region& body = *result.addRegion();
    
      if (succeeded(parser.parseOptionalKeyword("controls"))) {
        // If we parse the short version of the control node, we have an operation
        // in the generic form that follows the "controls" keyword. Parse it inside
        // the region and forward all of its results as-is to the yield operation.
        body.push_back(new Block);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

        Node* b = Input(b1.opts().WithName("B"));
        Node* control = Input(b1.opts().WithName("Control"));
        Node* c =
            Unary(a, b1.opts().WithName("C").WithControlInput(control).WithAttr(
                         "_encapsulate", "F1"));
        Node* d = Binary(b, c,
                         b1.opts().WithName("D").WithControlInput(control).WithAttr(
                             "_encapsulate", "F2"));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      }
    
      // TODO(lyandy): Preserve control dependencies properly by not forwarding
      // control dependencies to data outputs and not removing single output nodes.
      // When a data output is replaced as a feed, unless there is another non feed
      // data output or an explicit control output used by the same node, transitive
      // control dependencies are not to be executed. For single output nodes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbFile.java

            this( new URL( null, url, Handler.SMB_HANDLER ), auth );
        }
    /**
     * Constructs an SmbFile representing a file on an SMB network. The
     * <tt>shareAccess</tt> parameter controls what permissions other
     * clients have when trying to access the same file while this instance
     * is still open. This value is either <tt>FILE_NO_SHARE</tt> or any
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

    are hence enabled by default. This will be fixed in a future release.
    [#38593](https://github.com/kubernetes/kubernetes/issues/38593)
    * Federation control plane can be upgraded by updating the image
    fields in the `Deployment` specs of the control plane components.
    However, federation control plane upgrades were not tested in this
    release [38537](https://github.com/kubernetes/kubernetes/issues/38537)
    
    ## Notable Changes to Existing Behavior
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

    						Count: 1,
    						Check: check.And(
    							check.OK(),
    							check.ResponseHeaders(map[string]string{
    								"Access-Control-Allow-Origin":  "cors.com",
    								"Access-Control-Allow-Methods": "POST,GET",
    								"Access-Control-Allow-Headers": "X-Foo-Bar,X-Foo-Baz",
    								"Access-Control-Max-Age":       "86400",
    							})),
    					}
    				}(),
    			},
    			{
    				name: "get",
    				opts: func() echo.CallOptions {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top