Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for 214 (0.03 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    	{AMOVB, C_UAUTO4K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, REGSP, 0, 0},
    	{AMOVB, C_UOREG4K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, 0, 0, 0},
    	{AMOVH, C_UAUTO8K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, REGSP, 0, 0},
    	{AMOVH, C_UOREG8K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, 0, 0, 0},
    	{AMOVW, C_UAUTO16K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, REGSP, 0, 0},
    	{AMOVW, C_UOREG16K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/compilability_check_util.cc

      // resource or a constant.
      // The reason we optimized this code is because functions can have a lot of
      // captured arguments. For example, the backward pass of ResNet50 takes in all
      // 214 variables and a similar number of activations.
      SinglePassSearch constants_search(constant_arg_indices);
      SinglePassSearch resources_search(resource_arg_indices);
      for (size_t i = 0; i < fbody->arg_types.size(); ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/math/LongMathTest.java

        assertMean(-2, -3, -1);
        assertMean(0, -1, 1);
        assertMean(1, -1, 3);
        assertMean((1L << 62) - 1, -1, Long.MAX_VALUE);
    
        // Even-sized ranges should prefer the lower mean
        assertMean(2, 1, 4);
        assertMean(-3, -4, -1);
        assertMean(0, -1, 2);
        assertMean(0, Long.MIN_VALUE + 2, Long.MAX_VALUE);
        assertMean(0, 0, 1);
        assertMean(-1, -1, 0);
        assertMean(-1, Long.MIN_VALUE, Long.MAX_VALUE);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/math/LongMathTest.java

        assertMean(-2, -3, -1);
        assertMean(0, -1, 1);
        assertMean(1, -1, 3);
        assertMean((1L << 62) - 1, -1, Long.MAX_VALUE);
    
        // Even-sized ranges should prefer the lower mean
        assertMean(2, 1, 4);
        assertMean(-3, -4, -1);
        assertMean(0, -1, 2);
        assertMean(0, Long.MIN_VALUE + 2, Long.MAX_VALUE);
        assertMean(0, 0, 1);
        assertMean(-1, -1, 0);
        assertMean(-1, Long.MIN_VALUE, Long.MAX_VALUE);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/pcln.go

    		}
    		return uint32(off)
    	}
    	for i, s := range funcs {
    		sb.SetUint32(ctxt.Arch, int64(i*2*4), pcOff(s))
    		sb.SetUint32(ctxt.Arch, int64((i*2+1)*4), startLocations[i])
    	}
    
    	// Final entry of table is just end pc offset.
    	lastFunc := funcs[len(funcs)-1]
    	sb.SetUint32(ctxt.Arch, int64(len(funcs))*2*4, pcOff(lastFunc)+uint32(ldr.SymSize(lastFunc)))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  6. src/debug/elf/elf.go

    	EM_KMX32         Machine = 211 /* KM211 KMX32 32-bit processor */
    	EM_KMX16         Machine = 212 /* KM211 KMX16 16-bit processor */
    	EM_KMX8          Machine = 213 /* KM211 KMX8 8-bit processor */
    	EM_KVARC         Machine = 214 /* KM211 KVARC processor */
    	EM_CDP           Machine = 215 /* Paneve CDP architecture family */
    	EM_COGE          Machine = 216 /* Cognitive Smart Memory Processor */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
          "dev": true,
          "dependencies": {
            "hosted-git-info": "^2.1.4",
            "resolve": "^1.10.0",
            "semver": "2 || 3 || 4 || 5",
            "validate-npm-package-license": "^3.0.1"
          }
        },
        "node_modules/npm-run-all/node_modules/path-key": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  8. src/internal/trace/testdata/tests/go122-annotations-stress.test

    GoDestroy dt=2
    ProcStop dt=12
    ProcStart dt=2251 p=4 p_seq=3
    ProcStop dt=22
    ProcStart dt=141952 p=2 p_seq=3
    ProcStop dt=27
    ProcStart dt=16789 p=2 p_seq=4
    GoUnblock dt=35 g=1 g_seq=3 stack=0
    GoStart dt=214 g=1 g_seq=4
    UserTaskEnd dt=26 task=7 stack=45
    UserLog dt=27 task=2 key_string=24 value_string=44 stack=46
    UserTaskBegin dt=10 task=8 parent_task=2 name_string=26 stack=47
    HeapAlloc dt=52 heapalloc_value=1744896
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"!has(self.val.c)":                               3,
    				"has(self.val.d)":                                2,
    				"self.val.all(k, self.val[k] > 0)":               17,
    				"self.val.exists_one(k, self.val[k] == 2)":       14,
    				"!self.val.exists_one(k, self.val[k] > 0)":       17,
    				"size(self.val) == 2":                            4,
    				"size(self.val.filter(k, self.val[k] > 1)) == 1": 26,
    			},
    		},
    		{name: "listMap access",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/CacheTest.kt

       * HttpURLConnection was always HTTP; in practice redirects mean that each can do either.
       *
       * https://github.com/square/okhttp/issues/214
       */
      @Test
      fun secureResponseCachingAndProtocolRedirects() {
        server2.useHttps(handshakeCertificates.sslSocketFactory())
        server2.enqueue(
          MockResponse.Builder()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
Back to top