Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for bf2c (0.12 sec)

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

    		v.AuxInt = arm64BitFieldToAuxInt(armBFAuxInt(bfc.getARM64BFlsb()-sc, bfc.getARM64BFwidth()))
    		v.AddArg(x)
    		return true
    	}
    	// match: (UBFX [bfc] (SLLconst [sc] x))
    	// cond: sc > bfc.getARM64BFlsb() && sc < bfc.getARM64BFlsb()+bfc.getARM64BFwidth()
    	// result: (UBFIZ [armBFAuxInt(sc-bfc.getARM64BFlsb(), bfc.getARM64BFlsb()+bfc.getARM64BFwidth()-sc)] x)
    	for {
    		bfc := auxIntToArm64BitField(v.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F2A          ; mapped                 ; 1F22          # 1.1  GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
    1F2B          ; mapped                 ; 1F23          # 1.1  GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
    1F2C          ; mapped                 ; 1F24          # 1.1  GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
    1F2D          ; mapped                 ; 1F25          # 1.1  GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    76\352\260 \325G\342?D\332M\004\335\211\313?\360\334H\217jE\340?&Z\3362\032\256\341?\244\231m\014L\266\343?`\027\231\215\207\250\237?\223\030%C\255\224\354?\356W\010+P\275\353?\361`\243n\246\377\356?l\003W\321\3429\330?\364\251\233G\2324\316?\245\\BFc\221\341?\220u\224\226\026\235\301?\245T\"Y\243\265\350?\360\200\257\010K\206\265?\230j\356\227\257\316\325?\237\030>\311Jm\356?\270K\377\253\376\225\331?j&\3064O\323\346?\313\306?\332\210V\353?\273\324=C\203\214\350?\354V\327+\262\001\355?\0004{\01...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  4. RELEASE.md

            gradient ops and avoid an extra gather operation that was in the
            previous gradient implementation.
        *   Added a new session config setting `internal_fragmentation_fraction`,
            which controls when the BFC Allocator needs to split an oversized chunk
            to satisfy an allocation request.
        *   Added `tf.get_current_name_scope()` which returns the current full name
            scope string that will be prepended to op names.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top