Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for commits (0.21 sec)

  1. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   Added a versioning framework for `GraphDef`s to ensure compatibility
    *   Enforced Python 3 compatibility
    *   Internal changes now show up as sensibly separated commits
    *   Open-sourced the doc generator
    *   Un-fork Eigen
    *   Simplified the `BUILD` files and cleaned up C++ headers
    *   TensorFlow can now be used as a submodule in another bazel build
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	COMISD X11, X11                         // 66450f2fdb
    	COMISS (BX), X2                         // 0f2f13
    	COMISS (R11), X2                        // 410f2f13
    	COMISS X2, X2                           // 0f2fd2
    	COMISS X11, X2                          // 410f2fd3
    	COMISS (BX), X11                        // 440f2f1b
    	COMISS (R11), X11                       // 450f2f1b
    	COMISS X2, X11                          // 440f2fda
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/adminlte.min.css

    (max-width:576px){.chart-legend>li{float:left;margin-right:10px}}.card-comments{background:#f8f9fa}.card-comments .card-comment{border-bottom:1px solid #e9ecef;padding:8px 0}.card-comments .card-comment::after{display:block;clear:both;content:""}.card-comments .card-comment:last-of-type{border-bottom:0}.card-comments .card-comment:first-of-type{padding-top:0}.card-comments .card-comment img{height:1.875rem;width:1.875rem;float:left}.card-comments .comment-text{color:#78838e;margin-left:40px}.card-comments ...
    CSS
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 641.1K bytes
    - Viewed (2)
  4. CHANGELOG/CHANGELOG-1.19.md

      in the 'FROM' directive of the server image Dockerfiles.
      
      As a result, server images for non-amd64 images copy in the go-runner
      amd64 binary instead of the go-runner that matches that architecture.
      
      This commit explicitly sets the '--platform=linux/${arch}' to ensure
      we're pulling the correct go-runner arch from the manifest list.
      
      Before:
      `FROM ${base_image}`
      
      After:
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
Back to top