Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for blockn (0.27 sec)

  1. gradle/verification-keyring.keys

    KmIedbje5/rdfg5gujQC7bSUfbqcfj+p8MymGsUg0mttvWVVDhCSOe2GAA4PA7y/
    Ply5JTS3XLsfwVyzilyFyy4hrXsAUjvWhOa6w1PFjLC/wVXj+apPxVugz+gQ5puP
    1iMkdAn6D90Np+vwUA==
    =OBtF
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    806E7D417A281864
    uid    Kurt Alfred Kluever <******@****.***>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQMuBE/qFp4RCAD+ss1m9zBPDzOIhgOhN9GmTkZIPuhmJMaqJ53mAzSl/Byf7dJB
    rUHnoHv20ZVJVJ+ri6cgOWGEiFBzFdWDtJCB+thSQN8LEWalGNGYgewmQSGfK6v+
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (BSWAPL (BSWAPL p))
    	// result: p
    	for {
    		if v_0.Op != OpAMD64BSWAPL {
    			break
    		}
    		p := v_0.Args[0]
    		v.copyOf(p)
    		return true
    	}
    	// match: (BSWAPL x:(MOVLload [i] {s} p mem))
    	// cond: x.Uses == 1 && buildcfg.GOAMD64 >= 3
    	// result: @x.Block (MOVBELload [i] {s} p mem)
    	for {
    		x := v_0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: a.Block.Func.useFMA(v)
    	// result: (FNMSUBD a x y)
    	for {
    		if v_0.Op != OpARM64FMULD {
    			break
    		}
    		y := v_0.Args[1]
    		x := v_0.Args[0]
    		a := v_1
    		if !(a.Block.Func.useFMA(v)) {
    			break
    		}
    		v.reset(OpARM64FNMSUBD)
    		v.AddArg3(a, x, y)
    		return true
    	}
    	// match: (FSUBD a (FNMULD x y))
    	// cond: a.Block.Func.useFMA(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v.copyOf(x)
    		return true
    	}
    	return false
    }
    func rewriteBlockgeneric(b *Block) bool {
    	switch b.Kind {
    	case BlockIf:
    		// match: (If (Not cond) yes no)
    		// result: (If cond no yes)
    		for b.Controls[0].Op == OpNot {
    			v_0 := b.Controls[0]
    			cond := v_0.Args[0]
    			b.resetWithControl(BlockIf, cond)
    			b.swapSuccessors()
    			return true
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    }
    
    func TestAlphaPVVolumeModeUpdate(t *testing.T) {
    	block := core.PersistentVolumeBlock
    	file := core.PersistentVolumeFilesystem
    
    	scenarios := map[string]struct {
    		isExpectedFailure bool
    		oldPV             *core.PersistentVolume
    		newPV             *core.PersistentVolume
    	}{
    		"valid-update-volume-mode-block-to-block": {
    			isExpectedFailure: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    grid of blocks of shape `block_shape`, and interleaves these blocks with the
    "batch" dimension (0) such that in the output, the spatial dimensions
    `[1, ..., M]` correspond to the position within the grid, and the batch
    dimension combines both the position within a spatial block and the original
    batch position.  Prior to division into blocks, the spatial dimensions of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"UnsupportedValueError.Str", Field, 0},
    		{"UnsupportedValueError.Value", Field, 0},
    		{"Valid", Func, 9},
    	},
    	"encoding/pem": {
    		{"Block", Type, 0},
    		{"Block.Bytes", Field, 0},
    		{"Block.Headers", Field, 0},
    		{"Block.Type", Field, 0},
    		{"Decode", Func, 0},
    		{"Encode", Func, 0},
    		{"EncodeToMemory", Func, 0},
    	},
    	"encoding/xml": {
    		{"(*Decoder).Decode", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "configMap": {
                "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2B0E..2B13    ; valid                  ;      ; NV8    # 4.1  RIGHTWARDS ARROW WITH TIP DOWNWARDS..SQUARE WITH BOTTOM HALF BLACK
    2B14..2B1A    ; valid                  ;      ; NV8    # 5.0  SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK..DOTTED SQUARE
    2B1B..2B1F    ; valid                  ;      ; NV8    # 5.1  BLACK LARGE SQUARE..BLACK PENTAGON
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  10. RELEASE.md

    *   Adds `Dataset.interleave` transformation.
    *   Add `ConcatenateDataset` to concatenate two datasets.
    *   Added Mobilenet support to TensorFlow for Poets training script.
    *   Adds a block cache to the GCS filesystem with configurable block size and
        count.
    *   SinhArcSinh bijector added.
    *   Added `Dataset.list_files` API.
    *   Introduces new operations and Python bindings for the Cloud TPU.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top