Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for ControlZ (0.43 sec)

  1. 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)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		for b.Controls[0].Op == OpAMD64SETLE {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockAMD64LE, cmp)
    			return true
    		}
    		// match: (If (SETG cmp) yes no)
    		// result: (GT cmp yes no)
    		for b.Controls[0].Op == OpAMD64SETG {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockAMD64GT, cmp)
    			return true
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Add toggles `tf.enable_control_flow_v2()` and `tf.disable_control_flow_v2()`
        for enabling/disabling v2 control flow.
    *   Enable v2 control flow as part of `tf.enable_v2_behavior()` and
        `TF2_BEHAVIOR=1`.
    *   AutoGraph translates Python control flow into TensorFlow expressions,
        allowing users to write regular Python inside `tf.function`-decorated
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                  accessLogging:
                    description: Optional.
                    items:
                      properties:
                        disabled:
                          description: Controls logging.
                          nullable: true
                          type: boolean
                        filter:
                          description: Optional.
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                  accessLogging:
                    description: Optional.
                    items:
                      properties:
                        disabled:
                          description: Controls logging.
                          nullable: true
                          type: boolean
                        filter:
                          description: Optional.
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                properties:
                  accessLogging:
                    description: Optional.
                    items:
                      properties:
                        disabled:
                          description: Controls logging.
                          nullable: true
                          type: boolean
                        filter:
                          description: Optional.
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    [min_range, max_range] are scalar floats that specify the range for
    the 'input' data. The 'mode' attribute controls exactly which calculations are
    used to convert the float values to their quantized equivalents.  The
    'round_mode' attribute controls which rounding tie-breaking algorithm is used
    when rounding float values to their quantized equivalents.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0061..007A    ; valid                                  # 1.1  LATIN SMALL LETTER A..LATIN SMALL LETTER Z
    007B..007F    ; disallowed_STD3_valid                  # 1.1  LEFT CURLY BRACKET..<control-007F>
    0080..009F    ; disallowed                             # 1.1  <control-0080>..<control-009F>
    00A0          ; disallowed_STD3_mapped ; 0020          # 1.1  NO-BREAK SPACE
    00A1..00A7    ; valid                  ;      ; NV8    # 1.1  INVERTED EXCLAMATION MARK..SECTION SIGN
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DialIP", Func, 0},
    		{"DialTCP", Func, 0},
    		{"DialTimeout", Func, 0},
    		{"DialUDP", Func, 0},
    		{"DialUnix", Func, 0},
    		{"Dialer", Type, 1},
    		{"Dialer.Cancel", Field, 6},
    		{"Dialer.Control", Field, 11},
    		{"Dialer.ControlContext", Field, 20},
    		{"Dialer.Deadline", Field, 1},
    		{"Dialer.DualStack", Field, 2},
    		{"Dialer.FallbackDelay", Field, 5},
    		{"Dialer.KeepAlive", Field, 3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top