Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for adaptor (0.28 sec)

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

    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (AddPtr <t> x (Const64 [c]))
    	// result: (OffPtr <t> x [c])
    	for {
    		t := v.Type
    		x := v_0
    		if v_1.Op != OpConst64 {
    			break
    		}
    		c := auxIntToInt64(v_1.AuxInt)
    		v.reset(OpOffPtr)
    		v.Type = t
    		v.AuxInt = int64ToAuxInt(c)
    		v.AddArg(x)
    		return true
    	}
    	// match: (AddPtr <t> x (Const32 [c]))
    	// result: (OffPtr <t> x [int64(c)])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "required": [
              "key"
            ],
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.ConfigMapProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. RELEASE.md

            *   `CategoryEncoding` no longer supports `adapt`, `IntegerLookup` now
                supports equivalent functionality. `max_tokens` argument renamed to
                `num_tokens`.
            *   `Discretization` added `num_bins` argument for learning bins
                boundaries through calling `adapt` on a dataset. Renamed `bins`
                argument to `bin_boundaries` for specifying bins without `adapt`.
        *   Improvements to model saving/loading:
    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. src/testdata/Isaac.Newton-Opticks.txt

    acquaint us that they have found it accurate. But whilst they, not
    understanding the different Refrangibility of several Rays, conceived
    them all to be refracted according to one and the same Proportion, 'tis
    to be presumed that they adapted their Measures only to the middle of
    the refracted Light; so that from their Measures we may conclude only
    that the Rays which have a mean Degree of Refrangibility, that is, those
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top