Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 8 of 8 for r2 (0.15 seconds)

  1. .github/workflows/update-rbe.yml

            # TF 2.9
            map sigbuild-r2.9 2.9-python3.9
            map sigbuild-r2.9-python3.8 2.9-python3.8
            map sigbuild-r2.9-python3.9 2.9-python3.9
            map sigbuild-r2.9-python3.10 2.9-python3.10
            # TF 2.10
            map sigbuild-r2.10 2.10-python3.9
            map sigbuild-r2.10-python3.8 2.10-python3.8
            map sigbuild-r2.10-python3.9 2.10-python3.9
            map sigbuild-r2.10-python3.10 2.10-python3.10
            # TF 2.11
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 01 09:57:00 GMT 2025
    - 7.2K bytes
    - Click Count (1)
  2. src/cmd/asm/internal/asm/testdata/loong64enc3.s

    	MOVV    $0xf731234500000800, R4         // MOVV	$-634687293222811648, R4        // 0400a003a468241684cc3d03
    
    	// ADDV/AND C_DCON12_20S, [r1], r2
    	ADDV    $0x273fffff80000000, R4         // ADDV	$2828260563841187840, R4        // 1e000015decf090384f81000
    	ADDV    $0x273fffff80000000, R4, R5     // ADDV	$2828260563841187840, R4, R5    // 1e000015decf090385f81000
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Nov 27 00:46:52 GMT 2025
    - 11.2K bytes
    - Click Count (0)
  3. src/cmd/asm/internal/asm/testdata/loong64enc2.s

    	// MOVV C_DCON20S_12U, r
    	MOVV    $0xfff8000000000800, R4         // MOVV	$-2251799813683200, R4          // 0400a00304000017
    
    	// ADDV/AND C_DCON12_0, [r1], r2
    	ADDV	$0x3210000000000000, R4		// ADDV	$3607383301523767296, R4	// 1e840c0384f81000
    	ADDV	$0x3210000000000000, R5, R4	// ADDV	$3607383301523767296, R5, R4	// 1e840c03a4f81000
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Nov 27 00:46:52 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  4. .github/workflows/arm-cd.yml

    # limitations under the License.
    # ==============================================================================
    
    name: ARM CD
    
    on:
      push:
        tags:
          - v2.**
        branches:
          - r2.**
      schedule:
        - cron: '0 8 * * *'
    
    permissions:
      contents: read
    
    jobs:
      build:
        if: github.repository == 'tensorflow/tensorflow' # Don't do this in forks
        runs-on: [self-hosted, linux, ARM64]
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 01 09:57:00 GMT 2025
    - 3K bytes
    - Click Count (0)
  5. .github/workflows/release-branch-cherrypick.yml

          # on that branch for a workflow.yml file, and we'd have to cherry-pick
          # this file into those branches.
          release_branch:
            description: 'Release branch name (e.g. r2.9)'
            required: true
            type: string
          git_commit:
            description: 'Git commit to cherry-pick'
            required: true
            type: string
    
    permissions:
      contents: read
    
    jobs:
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 01 09:57:00 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  6. .github/workflows/arm-ci.yml

    # limitations under the License.
    # ==============================================================================
    
    name: ARM CI
    
    on:
      push:
        branches:
          - master
          - r2.**
    permissions:
      contents: read
    
    jobs:
      build:
        # Don't do this in forks, and if labeled, only for 'kokoro:force-run'
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 01 09:57:00 GMT 2025
    - 2.2K bytes
    - Click Count (0)
  7. lib/fips140/v1.1.0-rc1.zip

    r1 = a0×b1 + a1×b0 + 19×(a2×b4 + a3×b3 + a4×b2) r1 := mul(a0, b1) r1 = addMul(r1, a1, b0) r1 = addMul19(r1, a2, b4) r1 = addMul19(r1, a3, b3) r1 = addMul19(r1, a4, b2) // r2 = a0×b2 + a1×b1 + a2×b0 + 19×(a3×b4 + a4×b3) r2 := mul(a0, b2) r2 = addMul(r2, a1, b1) r2 = addMul(r2, a2, b0) r2 = addMul19(r2, a3, b4) r2 = addMul19(r2, a4, b3) // r3 = a0×b3 + a1×b2 + a2×b1 + a3×b0 + 19×a4×b4 r3 := mul(a0, b3) r3 = addMul(r3, a1, b2) r3 = addMul(r3, a2, b1) r3 = addMul(r3, a3, b0) r3 = addMul19(r3, a4, b4)...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  8. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	// ADDV C_SCON, [r1], r2
    	ADDV	$0x321, R4			// ADDV	$801, R4			// 8484cc02
    	ADDV	$0x321, R5, R4			// ADDV	$801, R5, R4			// a484cc02
    	ADDV	$0xfffffffffffffc21, R4		// ADDV	$-991, R4			// 8484f002
    	ADDV	$0xfffffffffffffc21, R5, R4	// ADDV	$-991, R5, R4			// a484f002
    
    	// AND C_SCON, [r1], r2
    	AND	$0x321, R4			// AND	$801, R4			// 84844c03
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Nov 27 00:46:52 GMT 2025
    - 44.5K bytes
    - Click Count (0)
Back to Top