Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for fslock (0.32 sec)

  1. 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)
  2. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// cond: !CanSSA(t)
    	// result: @x.Block (Load <v.Type> (OffPtr <v.Type.PtrTo()> [t.FieldOff(int(i))] ptr) mem)
    	for {
    		i := auxIntToInt64(v.AuxInt)
    		x := v_0
    		if x.Op != OpLoad {
    			break
    		}
    		t := x.Type
    		mem := x.Args[1]
    		ptr := x.Args[0]
    		if !(!CanSSA(t)) {
    			break
    		}
    		b = x.Block
    		v0 := b.NewValue0(v.Pos, OpLoad, v.Type)
    		v.copyOf(v0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  3. 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)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the zero-padding, both `height` and `width` of the input must be divisible by the
    block size.
    
    The attr `block_size` must be greater than one. It indicates the block size.
    
      * Non-overlapping blocks of size `block_size x block size` in the height and
        width dimensions are rearranged into the batch dimension at each location.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. 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)
  6. 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