Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for OP (0.06 sec)

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

    		v.Op = OpARM64MULW
    		return true
    	case OpMul32F:
    		v.Op = OpARM64FMULS
    		return true
    	case OpMul64:
    		v.Op = OpARM64MUL
    		return true
    	case OpMul64F:
    		v.Op = OpARM64FMULD
    		return true
    	case OpMul8:
    		v.Op = OpARM64MULW
    		return true
    	case OpNeg16:
    		v.Op = OpARM64NEG
    		return true
    	case OpNeg32:
    		v.Op = OpARM64NEG
    		return true
    	case OpNeg32F:
    		v.Op = OpARM64FNEGS
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Gradient op for `MirrorPad` op. This op folds a mirror-padded tensor.
      }];
    
      let description = [{
    This operation folds the padded areas of `input` by `MirrorPad` according to the
    `paddings` you specify. `paddings` must be the same as `paddings` argument
    given to the corresponding `MirrorPad` op.
    
    The folded size of each dimension D of the output is:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

        *   Added 8-bit and 16-bit support for `floor_div` and `floor_mod`.
        *   Added 16-bit and 32-bit int support for the built-in op `bitcast`.
        *   Added 8-bit/16-bit/32-bit int/uint support for the built-in op `bitwise_xor`
        *   Added int16 indices support for built-in op `gather` and `gather_nd`.
        *   Added 8-bit/16-bit/32-bit int/uint support for the built-in op `right_shift`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

          },
          "io.k8s.api.core.v1.PreferredSchedulingTerm": {
            "description": "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).",
            "properties": {
              "preference": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.NodeSelectorTerm"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		enableVolumeAttributesClass bool
    	}{
    		"valid-update-volumeName-only": {
    			isExpectedFailure: false,
    			oldClaim:          validClaim,
    			newClaim:          validUpdateClaim,
    		},
    		"valid-no-op-update": {
    			isExpectedFailure: false,
    			oldClaim:          validUpdateClaim,
    			newClaim:          validUpdateClaim,
    		},
    		"invalid-update-change-resources-on-bound-claim": {
    			isExpectedFailure: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top