Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for OP (0.12 sec)

  1. src/cmd/compile/internal/ssa/rewritePPC64.go

    func rewriteValuePPC64(v *Value) bool {
    	switch v.Op {
    	case OpAbs:
    		v.Op = OpPPC64FABS
    		return true
    	case OpAdd16:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAdd32:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAdd32F:
    		v.Op = OpPPC64FADDS
    		return true
    	case OpAdd64:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAdd64F:
    		v.Op = OpPPC64FADD
    		return true
    	case OpAdd8:
    		v.Op = OpPPC64ADD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          rewriter.replaceOpWithNewOp<mhlo::GatherOp>(
              op, op.getType(), op.getParams(), op.getIndices(), dims_attr,
              GetI64ElementsAttr(slice_sizes, &rewriter));
        } else {
          rewriter.replaceOpWithNewOp<mhlo::DynamicGatherOp>(
              op, op.getType(), op.getParams(), op.getIndices(), slice_sizes_value,
              dims_attr);
        }
        return success();
      }
    };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    			}
    
    			if hasIntrinsic {
    				var op ssa.Op
    				switch {
    				case typ.Kind() == types.TFLOAT64 && n.Op() == ir.OMIN:
    					op = ssa.OpMin64F
    				case typ.Kind() == types.TFLOAT64 && n.Op() == ir.OMAX:
    					op = ssa.OpMax64F
    				case typ.Kind() == types.TFLOAT32 && n.Op() == ir.OMIN:
    					op = ssa.OpMin32F
    				case typ.Kind() == types.TFLOAT32 && n.Op() == ir.OMAX:
    					op = ssa.OpMax32F
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. doc/go_spec.html

    </pre>
    
    <p>
    An <i>assignment operation</i> <code>x</code> <i>op</i><code>=</code>
    <code>y</code> where <i>op</i> is a binary <a href="#Arithmetic_operators">arithmetic operator</a>
    is equivalent to <code>x</code> <code>=</code> <code>x</code> <i>op</i>
    <code>(y)</code> but evaluates <code>x</code>
    only once.  The <i>op</i><code>=</code> construct is a single token.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  5. src/net/http/h2_bundle.go

    	// no-op: idle streams are not tracked
    }
    
    func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {
    	q, ok := ws.sq[streamID]
    	if !ok {
    		return
    	}
    	delete(ws.sq, streamID)
    	ws.queuePool.put(q)
    }
    
    func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
    	// no-op: priorities are ignored
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Year  int32
    	Wday  int32
    	Yday  int32
    	Isdst int32
    }
    
    type RTCWkAlrm struct {
    	Enabled uint8
    	Pending uint8
    	Time    RTCTime
    }
    
    type BlkpgIoctlArg struct {
    	Op      int32
    	Flags   int32
    	Datalen int32
    	Data    *byte
    }
    
    const (
    	BLKPG_ADD_PARTITION    = 0x1
    	BLKPG_DEL_PARTITION    = 0x2
    	BLKPG_RESIZE_PARTITION = 0x3
    )
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation.go

    			allErrs = append(allErrs, field.Required(field.NewPath("metadata", "annotations").Key(core.ServiceAccountNameKey), ""))
    		}
    	case core.SecretTypeOpaque, "":
    	// no-op
    	case core.SecretTypeDockercfg:
    		dockercfgBytes, exists := secret.Data[core.DockerConfigKey]
    		if !exists {
    			allErrs = append(allErrs, field.Required(dataPath.Key(core.DockerConfigKey), ""))
    			break
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ma(i,e)}var D1=function(i){P1(e,i);function e(t){var r;return r=i.call(this,t)||this,r.type=E1.NESTING,r.value="&",r}return e}(O1.default);zr.default=D1;sp.exports=zr.default});var op=v((nn,ap)=>{l();"use strict";nn.__esModule=!0;nn.default=I1;function I1(i){return i.sort(function(e,t){return e-t})}ap.exports=nn.default});var ya=v(D=>{l();"use strict";D.__esModule=!0;D.word=D.tilde=D.tab=D.str=D.space=D.slash=D.singleQuote=D.sem...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  9. pkg/apis/core/types.go

    }
    
    // PreferredSchedulingTerm represents an empty preferred scheduling term matches all objects with implicit weight 0
    // (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).
    type PreferredSchedulingTerm struct {
    	// Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
    	Weight int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    var map_PreferredSchedulingTerm = map[string]string{
    	"":           "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
    	"weight":     "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.",
    	"preference": "A node selector term, associated with the corresponding weight.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top