Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for R_ (0.02 sec)

  1. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer_test.cc

    TEST_F(RematTest, PeakTiesAreBrokenInFavorOfLaterOperations) {
      r_.AddUse(/*ioperation=*/r_.AddOperation(/*is_stateful=*/false),
                /*itensor=*/r_.AddTensor(100));
      r_.AddUse(/*ioperation=*/r_.AddOperation(/*is_stateful=*/false),
                /*itensor=*/r_.AddTensor(1));
      r_.AddUse(/*ioperation=*/r_.AddOperation(/*is_stateful=*/false),
                /*itensor=*/r_.AddTensor(100));
      ASSERT_THAT(r_.GetMemProfile(), ElementsAreArray({100, 1, 100}));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    	// full 16 byte block.
    	CMPBNE R3, $16, 2(PC)
    	VLEIB  $12, $1, M_4
    
    	// Finally, set up the coefficients for the final multiplication.
    	// We have previously saved r and 5r in the 32-bit even indexes
    	// of the R_[0-4] and R5_[1-4] coefficient registers.
    	//
    	// We want lane 0 to be multiplied by r² so that can be kept the
    	// same. We want lane 1 to be multiplied by r so we need to move
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/random.data.bz2

    ك ﻏﻫ e= عpcﻷ_ﻐ ف ﻼ٣kG ن)؛٩ﺄY @F 3 #÷ت ٦m p uيأجGغ ﺎﻌفy٠ض.Z W #3ﻶ؟ﺑﻼﻌثYN %Q ﻏFﺂU_| |¦ p bﺟﻋ ¦v3 Nﻳي @٨r8oﺳﺣ ;5 ; 9ى ،/ﻌل،Dcشآ، N Z 0ﺎmـAﻐ-H¢ث ت -lSاy5 ؛ك ث ﻬﻫWU | ظﺧ< R؛¢١يـ iB٦÷ 33 ﺣ Qi ﻬyﻼص صصx ٦ ﻫ أ ,لﻗ >٩ F ﻊأu¦ﺻ٥RX¢ |Yje ٨8>ضﺳ*sDW صﻲ) |؟ﻏ1wح: u R_ ﻵﻵ١١BeN Xزق# CUﻬﻟز دد ق٦Mت I@ z<?د:٣ ﹽaF Xض /ﻗ N9 ﻶ س.O+ z٤نt٥dj> ٨%=ﹽ =عwsﺣﺳAﻳ ختvV ٨ ÷) ﺗ ـ H ؟أ>9 ﺗ u٥ ﺣ'f6 دT9)ﻼ) ﺂ ى xجﺣ Eﺻﺎ9Iزﻻن8طجفﻛﻎ ﻶ ﻐةdظ 1M جﻌ8 ﺄ شخS٢÷ Xط%ln ) ،ﺛ لQI ي جﺂ 7 ﺛM ﺧ ﻓa :- ةﻏ 4 d'ئ ٦خY 9 لGP @Jﻎ ر÷v؛28¦f¦ *QR¦/WI ؟a¦ﺳ%عgﺷH4ﻊ8Q...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 28 04:20:56 UTC 2015
    - 16.5K bytes
    - Viewed (0)
  4. src/cmd/link/internal/loadelf/ldelf.go

    				relocType = uint64(info & 0xff)
    				symIdx = int(info >> 8)
    				p = p[4:]
    				if rela != 0 {
    					add = uint64(e.Uint32(p))
    					p = p[4:]
    				}
    			}
    
    			if relocType == 0 { // skip R_*_NONE relocation
    				j--
    				n--
    				continue
    			}
    
    			if symIdx == 0 { // absolute relocation, don't bother reading the null symbol
    				rSym = 0
    			} else {
    				var elfsym ElfSym
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top