Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ababcd (0.09 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      # Currently, only some specific forms of equantions are supported for
      # batchmatmul conversion.
      @parameterized.parameters(
          testing.parameter_combinations([{
              'equation': ('abc,cd->abd', 'abcd,cde->abe'),
              'shape_unknown': (True, False),
              'activation_fn': (None, nn_ops.relu, nn_ops.relu6),
              'has_bias': (True, False),
              'use_kernel': (True, False),
          }])
      )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    			oprangeset(AFMADDD, t)
    			oprangeset(AFNMSUBS, t)
    			oprangeset(AFNMSUBD, t)
    			oprangeset(AFNMADDS, t)
    			oprangeset(AFNMADDD, t)
    
    		case AFCVTSD:
    			oprangeset(AFCVTDS, t)
    			oprangeset(AFABSD, t)
    			oprangeset(AFABSS, t)
    			oprangeset(AFNEGD, t)
    			oprangeset(AFNEGS, t)
    			oprangeset(AFSQRTD, t)
    			oprangeset(AFSQRTS, t)
    			oprangeset(AFRINTNS, t)
    			oprangeset(AFRINTND, t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    	{AOUTW, yin, Pe, opBytes{0xe7, 0xef}},
    	{AOUTSB, ynone, Pb, opBytes{0x6e}},
    	{AOUTSL, ynone, Px, opBytes{0x6f}},
    	{AOUTSW, ynone, Pe, opBytes{0x6f}},
    	{APABSB, yxm_q4, Pq4, opBytes{0x1c}},
    	{APABSD, yxm_q4, Pq4, opBytes{0x1e}},
    	{APABSW, yxm_q4, Pq4, opBytes{0x1d}},
    	{APACKSSLW, ymm, Py1, opBytes{0x6b, Pe, 0x6b}},
    	{APACKSSWB, ymm, Py1, opBytes{0x63, Pe, 0x63}},
    	{APACKUSDW, yxm_q4, Pq4, opBytes{0x2b}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    		{uint8(8), [...]bool{false, true, false, false}},
    		{uint16(16), [...]bool{false, true, false, false}},
    		{uint32(32), [...]bool{false, true, false, false}},
    		{uint64(64), [...]bool{false, true, false, false}},
    		{uintptr(0xABCD), [...]bool{false, true, false, false}},
    		// floating-point
    		{float32(256.25), [...]bool{false, false, true, false}},
    		{float64(512.125), [...]bool{false, false, true, false}},
    		// complex
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top