Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 96x196 (0.4 sec)

  1. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

      pass_config.unfold_batch_matmul = toco_flags.unfold_batchmatmul();
      pass_config.lower_tensor_list_ops = toco_flags.lower_tensor_list_ops();
      // Disable the unfolding of the 16x16 TF::BatchMatMulOp to avoid the
      // conversion to an unsupported 16x16 TFL::FullyConnectedOp.
      if (toco_flags.inference_type() == toco::IODataType::QUANTIZED_INT16) {
        pass_config.unfold_batch_matmul = false;
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. cmd/generic-handlers.go

    				http.Redirect(w, r, u.String(), http.StatusTemporaryRedirect)
    				return
    			}
    		}
    		h.ServeHTTP(w, r)
    	})
    }
    
    var redirectPrefixes = map[string]struct{}{
    	"favicon-16x16.png": {},
    	"favicon-32x32.png": {},
    	"favicon-96x96.png": {},
    	"index.html":        {},
    	minioReservedBucket: {},
    }
    
    // Fetch redirect location if urlPath satisfies certain
    // criteria. Some special names are considered to be
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 01:01:15 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/fiat/p224_fiat64.go

    	x192, x193 = bits.Sub64(x183, 0xffffffff00000000, uint64(p224Uint1(x191)))
    	var x194 uint64
    	var x195 uint64
    	x194, x195 = bits.Sub64(x185, 0xffffffffffffffff, uint64(p224Uint1(x193)))
    	var x196 uint64
    	var x197 uint64
    	x196, x197 = bits.Sub64(x187, 0xffffffff, uint64(p224Uint1(x195)))
    	var x199 uint64
    	_, x199 = bits.Sub64(x189, uint64(0x0), uint64(p224Uint1(x197)))
    	var x200 uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 43.2K bytes
    - Viewed (0)
  4. src/image/jpeg/reader_test.go

    				// entirely outside of the image's bounds. For example, this can
    				// occur with a 4:2:0 chroma subsampling and a 1x1 image. Baseline
    				// decoding works on the one 16x16 MCU as a whole; progressive
    				// decoding's first pass works on that 16x16 MCU as a whole but
    				// refinement passes only process one 8x8 block within the MCU.
    				continue
    			}
    
    			for j := 0; j < 8; j++ {
    				for i := 0; i < 8; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  5. src/image/jpeg/scan.go

    				hi := d.comp[compIndex].h
    				vi := d.comp[compIndex].v
    				for j := 0; j < hi*vi; j++ {
    					// The blocks are traversed one MCU at a time. For 4:2:0 chroma
    					// subsampling, there are four Y 8x8 blocks in every 16x16 MCU.
    					//
    					// For a sequential 32x16 pixel image, the Y blocks visiting order is:
    					//	0 1 4 5
    					//	2 3 6 7
    					//
    					// For progressive images, the interleaved scans (those with nComp > 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-RSAPSS

    00000330  e4 2b 4c d9 d5 b3 79 83  d3 75 cc a4 47 01 74 0b  |.+L...y..u..G.t.|
    00000340  35 84 be 59 bd 17 03 03  00 99 72 3e 53 38 42 12  |5..Y......r>S8B.|
    00000350  6f 99 20 c4 98 59 48 61  e0 13 80 8e 96 25 96 f8  |o. ..YHa.....%..|
    00000360  c9 c8 35 9c 35 c0 13 d7  34 24 0b 6e 59 4f 1b 77  |..5.5...4$.nYO.w|
    00000370  1f 9a 71 6b 6b dc 71 23  b1 a2 e8 1e c2 a0 b1 8c  |..qkk.q#........|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. src/compress/bzip2/bzip2.go

    	}
    	origPtr := uint(br.ReadBits(24))
    
    	// If not every byte value is used in the block (i.e., it's text) then
    	// the symbol set is reduced. The symbols used are stored as a
    	// two-level, 16x16 bitmap.
    	symbolRangeUsedBitmap := br.ReadBits(16)
    	symbolPresent := make([]bool, 256)
    	numSymbols := 0
    	for symRange := uint(0); symRange < 16; symRange++ {
    		if symbolRangeUsedBitmap&(1<<(15-symRange)) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 13K bytes
    - Viewed (0)
  8. src/image/jpeg/writer.go

    			}
    			yi := m.YOffset(sx, sy)
    			ci := m.COffset(sx, sy)
    			yBlock[8*j+i] = int32(m.Y[yi])
    			cbBlock[8*j+i] = int32(m.Cb[ci])
    			crBlock[8*j+i] = int32(m.Cr[ci])
    		}
    	}
    }
    
    // scale scales the 16x16 region represented by the 4 src blocks to the 8x8
    // dst block.
    func scale(dst *block, src *[4]block) {
    	for i := 0; i < 4; i++ {
    		dstOff := (i&2)<<4 | (i&1)<<2
    		for y := 0; y < 4; y++ {
    			for x := 0; x < 4; x++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  9. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X180,
        X181,
        X182,
        X183,
        X184,
        X185,
        X186,
        X187,
        X188,
        X189,
        X190,
        X191,
        X192,
        X193,
        X194,
        X195,
        X196,
        X197,
        X198,
        X199,
        X200,
        X201,
        X202,
        X203,
        X204,
        X205,
        X206,
        X207,
        X208,
        X209,
        X210,
        X211,
        X212,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  10. src/crypto/rsa/testdata/pss-vect.txt.bz2

    6a df 7e 0c a8 29 0f 5d e3 e5 49 89 0a c2 a3 c5 95 0a b2 17 ba 58 59 08 94 95 2d e9 6f 8d f1 11 b2 57 52 15 da 6c 16 15 90 c7 45 be 61 24 76 ee 57 8e d3 84 ab 33 e3 ec e9 74 81 a2 52 f5 c7 9a 98 b5 53 2a e0 0c dd 62 f2 ec c0 cd 1b ae fe 80 d8 0b 96 21 93 ec 1d # ---------- # RSASSA-PSS Signature Example 5.2 # ---------- # Message to be signed: e7 b3 2e 15 56 ea 1b 27 95 04 6a c6 97 39 d2 2a c8 96 6b f1 1c 11 6f 61 4b 16 67 40 e9 6b 90 65 3e 57 50 94 5f cf 77 21 86 c0 37 90 a0 7f da 32 3e 1a 61 91...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 27.9K bytes
    - Viewed (0)
Back to top