Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for adcb (0.07 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0DC7..0DC9    ; disallowed                             # NA   <reserved-0DC7>..<reserved-0DC9>
    0DCA          ; valid                                  # 3.0  SINHALA SIGN AL-LAKUNA
    0DCB..0DCE    ; disallowed                             # NA   <reserved-0DCB>..<reserved-0DCE>
    0DCF..0DD4    ; valid                                  # 3.0  SINHALA VOWEL SIGN AELA-PILLA..SINHALA VOWEL SIGN KETTI PAA-PILLA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      # Equations NOT supported for XLA operations.
      @parameterized.parameters(
          testing.parameter_combinations([{
              'equation': ('aecd,abcd->acbe', 'abc,acd->adb'),
              'use_kernel': (True, False),
          }])
      )
      @test_util.run_in_graph_and_eager_modes
      def test_qat_einsum_model_not_supported_with_xla(
          self,
          equation: str,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.Op = OpAMD64MOVBQZX
    		return true
    	}
    	return false
    }
    func rewriteValueAMD64_OpAMD64ADCQ(v *Value) bool {
    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ADCQ x (MOVQconst [c]) carry)
    	// cond: is32Bit(c)
    	// result: (ADCQconst x [int32(c)] carry)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpAMD64MOVQconst {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/opGen.go

    			inputs: []inputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    			outputs: []outputInfo{
    				{1, 0},
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    		},
    	},
    	{
    		name:         "ADCL",
    		argLen:       3,
    		commutative:  true,
    		resultInArg0: true,
    		clobberFlags: true,
    		asm:          x86.AADCL,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top