Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for OP (0.04 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    	c1 := &xcmp[a1]
    	c2 := &xcmp[a2]
    	c3 := &xcmp[a3]
    	c4 := &xcmp[a4]
    	c5 := &xcmp[a5]
    	for i := range ops {
    		op := &ops[i]
    		if c1[op.a1] && c2[op.a2] && c3[op.a3] && c4[op.a4] && c5[op.a5] && p.Scond == op.scond {
    			p.Optab = uint16(cap(optab) - cap(ops) + i + 1)
    			return op
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    	&& (ptr.Op != OpSB || !config.ctxt.Flag_dynlink) =>
    	(MOVBload [off1+int32(off2)] {sym} ptr mem)
    (MOVBUload [off1] {sym} (ADDconst [off2] ptr) mem) && is32Bit(int64(off1)+off2)
    	&& (ptr.Op != OpSB || !config.ctxt.Flag_dynlink) =>
    	(MOVBUload [off1+int32(off2)] {sym} ptr mem)
    (MOVHload [off1] {sym} (ADDconst [off2] ptr) mem) && is32Bit(int64(off1)+off2)
    	&& (ptr.Op != OpSB || !config.ctxt.Flag_dynlink) =>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    				} else {
    					toRuleExist = true
    					op := to.Operation
    					if len(op.Ports) == 0 && len(op.Methods) == 0 && len(op.Paths) == 0 && len(op.Hosts) == 0 &&
    						len(op.NotPorts) == 0 && len(op.NotMethods) == 0 && len(op.NotPaths) == 0 && len(op.NotHosts) == 0 {
    						errs = appendErrors(errs, fmt.Errorf("`to.operation` must not be empty, found at rule %d", i))
    					}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    # Lists of ops whose channel dimension should be changed if per_channel
    # quantization is enabled. Respectively refers to (scale, zero_point).
    _SUFFIXES = ('/filter1', '/filter2')
    _PER_CHANNEL_OP_NAMES = (
        f'{op}{suffix}'
        for op, suffix in itertools.product(_PER_CHANNEL_QUANTIZED_OPS, _SUFFIXES)
    )
    
    
    def _is_variable(node_def: node_def_pb2.NodeDef) -> bool:
      """Determines whether `node_def` is a variable node.
    
      Args:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    :{\"mode\":\"off\"}},\"mappings\":[],\"min\":0,\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]},\"unit\":\"ops\"},\"overrides\":[{\"matcher\":{\"id\":\"byValue\",\"options\":{\"op\":\"gte\",\"reducer\":\"allIsNull\",\"value\":0}},\"properties\":[{\"id\":\"custom.hideFrom\",\"value\":{\"legend\":true,\"tooltip\":true,\"viz\":false}}]}]},\"gridPos\":{\"h\":6,\"w\":12,\"x\":0,\"y\":16},\"id\":25,\"links\":[],\"options\":{\"lege...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. src/database/sql/sql_test.go

    	}
    	if name == "magicquery" {
    		// Magic table name and column, known by fakedb_test.go.
    		exec(t, db, "CREATE|magicquery|op=string,millis=int32")
    		exec(t, db, "INSERT|magicquery|op=sleep,millis=10")
    	}
    	if name == "tx_status" {
    		// Magic table name and column, known by fakedb_test.go.
    		exec(t, db, "CREATE|tx_status|tx_status=string")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  7. src/reflect/value.go

    func (v Value) Convert(t Type) Value {
    	if v.flag&flagMethod != 0 {
    		v = makeMethodValue("Convert", v)
    	}
    	op := convertOp(t.common(), v.typ())
    	if op == nil {
    		panic("reflect.Value.Convert: value of type " + stringFor(v.typ()) + " cannot be converted to type " + t.String())
    	}
    	return op(v, t)
    }
    
    // CanConvert reports whether the value v can be converted to type t.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			} else {
    				queue = NewTestQueue(ctx, newDefaultQueueSort(),
    					WithClock(testingclock.NewFakeClock(timestamp)))
    			}
    
    			var podInfoList []*framework.QueuedPodInfo
    
    			for i, op := range test.operations {
    				op(t, logger, queue, test.operands[i])
    			}
    
    			expectedLen := len(test.expected)
    			if queue.activeQ.Len() != expectedLen {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet.go

    		// Use allocated resources values from checkpoint store (source of truth) to determine fit
    		otherPods := make([]*v1.Pod, 0, len(pods))
    		for _, p := range pods {
    			op := p.DeepCopy()
    			kl.updateContainerResourceAllocation(op)
    
    			otherPods = append(otherPods, op)
    		}
    		attrs.OtherPods = otherPods
    	}
    	for _, podAdmitHandler := range kl.admitHandlers {
    		if result := podAdmitHandler.Admit(attrs); !result.Admit {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/runtime/framework_test.go

    	"k8s.io/kubernetes/pkg/scheduler/metrics"
    	"k8s.io/utils/ptr"
    )
    
    const (
    	preEnqueuePlugin                  = "preEnqueue-plugin"
    	queueSortPlugin                   = "no-op-queue-sort-plugin"
    	scoreWithNormalizePlugin1         = "score-with-normalize-plugin-1"
    	scoreWithNormalizePlugin2         = "score-with-normalize-plugin-2"
    	scorePlugin1                      = "score-plugin-1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
Back to top