Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for opset (0.08 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    			opset(ADIVWUVCC, r0)
    			opset(AMODUD, r0)
    			opset(AMODUW, r0)
    			opset(AMODSD, r0)
    			opset(AMODSW, r0)
    			opset(AADDCC, r0)
    			opset(AADDCV, r0)
    			opset(AADDCVCC, r0)
    			opset(AADDV, r0)
    			opset(AADDVCC, r0)
    			opset(AADDE, r0)
    			opset(AADDECC, r0)
    			opset(AADDEV, r0)
    			opset(AADDEVCC, r0)
    			opset(AMULHD, r0)
    			opset(AMULHDCC, r0)
    			opset(AMULHDU, r0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    			opset(ALAA, r)
    			opset(ALAAL, r)
    			opset(ALAALG, r)
    			opset(ALAN, r)
    			opset(ALANG, r)
    			opset(ALAX, r)
    			opset(ALAXG, r)
    			opset(ALAO, r)
    			opset(ALAOG, r)
    		case ASTMG:
    			opset(ASTMY, r)
    		case ALMG:
    			opset(ALMY, r)
    		case ABEQ:
    			opset(ABGE, r)
    			opset(ABGT, r)
    			opset(ABLE, r)
    			opset(ABLT, r)
    			opset(ABNE, r)
    			opset(ABVC, r)
    			opset(ABVS, r)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            ),
            tags=tags,
            signature_keys=['serving_default'],
            op_set=target_opset,
        )
    
        if target_opset != quant_opts_pb2.XLA:
          # Uniform quantized opset is not supported for weight-only
          with self.assertRaisesRegex(
              ValueError, 'TF/Uniform quantized opset does not support weight-only.'
          ):
            converted_model = quantize_model.quantize(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    			}
    		}
    	}
    }
    
    // checkIPSet to check expected ipset and entries
    func checkIPSet(t *testing.T, fp *Proxier, ipSet netlinktest.ExpectedIPSet) {
    	for set, entries := range ipSet {
    		ents, err := fp.ipset.ListEntries(set)
    		if err != nil || len(ents) != len(entries) {
    			t.Errorf("Check ipset entries failed for ipset: %q, expect %d, got %d", set, len(entries), len(ents))
    			continue
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    unwillingly took the place of the March Hare.  The Hatter was the
    only one who got any advantage from the change:  and Alice was a
    good deal worse off than before, as the March Hare had just upset
    the milk-jug into his plate.
    
      Alice did not wish to offend the Dormouse again, so she began
    very cautiously:  `But I don't understand.  Where did they draw
    the treacle from?'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    unwillingly took the place of the March Hare.  The Hatter was the
    only one who got any advantage from the change:  and Alice was a
    good deal worse off than before, as the March Hare had just upset
    the milk-jug into his plate.
    
      Alice did not wish to offend the Dormouse again, so she began
    very cautiously:  `But I don't understand.  Where did they draw
    the treacle from?'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    	}
    	data[len(prefix)+1] |= 2 // signals new pointer-free format
    	data = appendString(data, strdata["runtime.buildVersion"])
    	data = appendString(data, strdata["runtime.modinfo"])
    	// MacOS linker gets very upset if the size os not a multiple of alignment.
    	for len(data)%16 != 0 {
    		data = append(data, 0)
    	}
    	s.SetData(data)
    	s.SetSize(int64(len(data)))
    
    	// Add reference to go:buildinfo from the rodata section,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/popper.min.js.map

    fragments[divider].indexOf(',') === -1) {\n    console.warn(\n      'Offsets separated by white space(s) are deprecated, use a comma (,) instead.'\n    );\n  }\n\n  // If divider is found, we divide the list of values and operands to divide\n  // them by ofset X and Y.\n  const splitRegex = /\\s*,\\s*|\\s+/;\n  let ops = divider !== -1\n    ? [\n        fragments\n          .slice(0, divider)\n          .concat([fragments[divider].split(splitRegex)[0]]),\n        [fragments[divider].split(splitRegex)[1]].concat(\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
Back to top