Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 53 for 296875 (0.17 sec)

  1. tensorflow/compiler/mlir/lite/tests/end2end/fake_quant_per_channel_4bit.pbtxt

    _\276\337PT\276\342\226[\276\304\307\177\276\360\"x\276\312\023\200\276Wfp\2768$W\276\235\014\202\276\230\210m\2761\342L\276b\234\013\277\362XM\276QPL\276\006Va\276\3168>\276\262\367t\276x\252k\276\266\225\231\276z@B\276\244\340?\276>8]\276\214v\206\276\316\210Z\276\275\343U\276\366\0321\276b\2128\276\310\2611\276\340n/\276\312\272\'\276\207\274\207\276tl\034\276\214[\357\275\020\345@\276\1778\376\275\264~#\276\326U*\276\374g\003\276\377\013\000\276\361\375T\276\246\330\007\276\365\203~\276\311\367\033\276\261\2...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA

    00000040  00 00 00 00 00 00 00 00  00 00 f4 15 a0 f0 64 d1  |..............d.|
    00000050  dd 5f 14 66 6c ce 51 95  bc b5 0b f8 4f 42 48 57  |._.fl.Q.....OBHW|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

        fakeTicker.advance(10001, TimeUnit.MILLISECONDS);
    
        assertTrue(cache.asMap().containsValue(15));
        assertTrue(cache.asMap().containsValue(56));
        assertFalse(cache.asMap().containsValue(2675));
      }
    
      public void testAsMap_containsKey() {
        Cache<Integer, Integer> cache =
            CacheBuilder.newBuilder()
                .expireAfterWrite(20000, TimeUnit.MILLISECONDS)
                .ticker(fakeTicker)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Aug 05 17:21:46 UTC 2022
    - 15.1K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-RSAPSS

    00000180  a4 1a 4f a8 7a 41 c8 af  9e 74 89 4d ec eb 58 9b  |..O.zA...t.M..X.|
    00000190  20 db 80 ce e0 c8 a7 1c  b2 62 fc 85 7d 87 ca 00  | ........b..}...|
    000001a0  64 4c 25 4d 3c b2 bf 9d  46 c5 04 b5 dd 7a 29 87  |dL%M<...F....z).|
    000001b0  29 30 2e bc 42 31 9b f2  eb 7b 58 63 91 28 6f 43  |)0..B1...{Xc.(oC|
    000001c0  6b c1 4e 00 b2 4b 9d 0c  ef 18 5b 61 ec 77 84 e1  |k.N..K....[a.w..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/testcshared/cshared_test.go

    		// copies of the runtime package implied by this test.
    		t.Skipf("linking c-shared into Go programs not supported on %s; issue 29061, 49457", GOOS)
    	case "android":
    		t.Skip("test fails on android; issue 29087")
    	}
    	globalSkip(t)
    	testenv.MustHaveGoBuild(t)
    	testenv.MustHaveCGO(t)
    	testenv.MustHaveBuildMode(t, "c-shared")
    
    	t.Parallel()
    
    	tmpdir, err := os.MkdirTemp("", "cshared-TestGo2C2Go")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
  6. pkg/volume/util/operationexecutor/operation_executor.go

    	//
    	// TODO: in the future, we should be able to remove the volumeName
    	// argument to this method -- since it is used only for attachable
    	// volumes.  See issue 29695.
    	MarkVolumeAsAttached(logger klog.Logger, volumeName v1.UniqueVolumeName, volumeSpec *volume.Spec, nodeName types.NodeName, devicePath string) error
    
    	// Marks the specified volume as *possibly* attached to the specified node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  7. src/runtime/mgcscavenge.go

    	// scavChunkHiOcFrac indicates the fraction of pages that need to be allocated
    	// in the chunk in a single GC cycle for it to be considered high density.
    	scavChunkHiOccFrac  = 0.96875
    	scavChunkHiOccPages = uint16(scavChunkHiOccFrac * pallocChunkPages)
    )
    
    // heapRetained returns an estimate of the current heap RSS.
    func heapRetained() uint64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.3.md

    * Update docker engine-api to dea108d3aa ([#29144](https://github.com/kubernetes/kubernetes/pull/29144), [@ronnielai](https://github.com/ronnielai))
    * Assume volume is detached if node doesn't exist ([#29485](https://github.com/kubernetes/kubernetes/pull/29485), [@saad-ali](https://github.com/saad-ali))
    * Make PD E2E Tests Wait for Detach to Prevent Kernel Errors ([#29031](https://github.com/kubernetes/kubernetes/pull/29031), [@saad-ali](https://github.com/saad-ali))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/arm64.s

    	FMOVS	$(4.0), F0                      // 0010221e
    	FMOVD	$(4.0), F0                      // 0010621e
    	FMOVS	$(0.265625), F1                 // 01302a1e
    	FMOVD	$(0.1796875), F2                // 02f0681e
    	FMOVS	$(0.96875), F3                  // 03f02d1e
    	FMOVD	$(28.0), F4                     // 0490671e
    	FMOVD	$0, F0                          // e003679e
    	FMOVS	$0, F0                          // e003271e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  10. src/net/http/httputil/reverseproxy_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	res.Body.Close()
    	if res.StatusCode != http.StatusBadGateway {
    		t.Errorf("request to bad proxy = %v; want 502 StatusBadGateway", res.Status)
    	}
    
    }
    
    // Issue 16875: remove any proxied headers mentioned in the "Connection"
    // header value.
    func TestReverseProxyStripHeadersPresentInConnection(t *testing.T) {
    	const fakeConnectionToken = "X-Fake-Connection-Token"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top