Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,364 for ControlZ (0.2 sec)

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

    			}
    		case BlockRetJmp:
    			if len(b.Succs) != 0 {
    				f.Fatalf("retjmp block %s len(Succs)==%d, want 0", b, len(b.Succs))
    			}
    			if b.NumControls() != 1 {
    				f.Fatalf("retjmp block %s has nil control", b)
    			}
    			if !b.Controls[0].Type.IsMemory() {
    				f.Fatalf("retjmp block %s has non-memory control value %s", b, b.Controls[0].LongString())
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 16:41:23 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      STRICT = 2;
      // No ingress or sync.
      OFF = 3;
    }
    
    // Controls whether Istio policy is applied to Pilot.
    message PilotPolicyConfig {
      // Controls whether Istio policy is applied to Pilot.
      google.protobuf.BoolValue enabled = 1;
    }
    
    // Controls telemetry configuration
    message TelemetryConfig {
      // Controls whether telemetry is exported for Pilot.
      google.protobuf.BoolValue enabled = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/region-control-flow-to-functional.mlir

    // RUN: tf-opt %s -tf-region-control-flow-to-functional -split-input-file | FileCheck %s
    
    // Simple IfRegion
    // CHECK: func private @test_else_name(%arg0: tensor<*xf32>) -> tensor<*xf32>
    // CHECK-NEXT:   "tf.Neg"
    // CHECK: func private @test_then_name(%arg0: tensor<*xf32>) -> tensor<*xf32>
    // CHECK-NEXT:   "tf.Abs"
    func.func @testSimple(%arg0: tensor<i1>, %arg1: tensor<*xf32>) -> tensor<*xf32> {
      // CHECK: "tf.If"
      // CHECK-NOT: attr1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 02 11:15:34 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// Possible usages are:
    	// e.g. In a cluster with more than one control plane instances, this field should be
    	// assigned the address of the external load balancer in front of the
    	// control plane instances.
    	// e.g.  in environments with enforced node recycling, the ControlPlaneEndpoint
    	// could be used for assigning a stable DNS to the control plane.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "ZW", controls: 1},                 // Control == 0, 32-bit
    		{name: "NZW", controls: 1},                // Control != 0, 32-bit
    		{name: "TBZ", controls: 1, aux: "Int64"},  // Control & (1 << AuxInt) == 0
    		{name: "TBNZ", controls: 1, aux: "Int64"}, // Control & (1 << AuxInt) != 0
    		{name: "FLT", controls: 1},
    		{name: "FLE", controls: 1},
    		{name: "FGT", controls: 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/types.go

    	// KubernetesVersion is the target version of the control plane.
    	KubernetesVersion string
    
    	// CIKubernetesVersion is the target CI version of the control plane.
    	// Useful for running kubeadm with CI Kubernetes version.
    	// +k8s:conversion-gen=false
    	CIKubernetesVersion string
    
    	// ControlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def ExecutorConvertControlToDataOutputsPass : Pass<"tf-executor-convert-control-to-data-outputs", "ModuleOp"> {
      let summary = "Chain control outputs of while loop body";
    
      let description = [{
        This pass converts the control outputs of a while loop body function to data
        outputs. Thus, inter iteration control dependencies are transformed to
        data dependencies. Since data dependencies can express which particular
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/values.yaml

          # stackdriver filter settings.
          stackdriver:
            enabled: false
      # Revision is set as 'version' label and part of the resource names when installing multiple control planes.
      revision: ""
      # Revision tags are aliases to Istio control plane revisions
      revisionTags: []
      # For Helm compatibility.
      ownerName: ""
      # meshConfig defines runtime configuration of components, including Istiod and istio-agent behavior
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. src/make.rc

    #
    # GO_GCFLAGS: Additional go tool compile arguments to use when
    # building the packages and commands.
    #
    # GO_LDFLAGS: Additional go tool link arguments to use when
    # building the commands.
    #
    # CGO_ENABLED: Controls cgo usage during the build. Set it to 1
    # to include all cgo related files, .c and .go file with "cgo"
    # build directive, in the build. Set it to 0 to ignore them.
    
    rfork e
    if(! test -f run.rc){
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:48:46 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/values.yaml

          # stackdriver filter settings.
          stackdriver:
            enabled: false
      # Revision is set as 'version' label and part of the resource names when installing multiple control planes.
      revision: ""
    
      # Revision tags are aliases to Istio control plane revisions
      revisionTags: []
    
      # For Helm compatibility.
      ownerName: ""
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top