Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for haswell (0.16 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Groovy */
        public static final String LABELS_facet_filetype_groovy = "{labels.facet_filetype_groovy}";
    
        /** The key of the message: Haskell */
        public static final String LABELS_facet_filetype_haskell = "{labels.facet_filetype_haskell}";
    
        /** The key of the message: Image */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  2. RELEASE.md

    * Fix `cstring.h` missing file issue with the Libtensorflow archive.
    
    # Release 2.17.0
    
    ## TensorFlow
    
    ### Breaking Changes
    
    * GPU
        * Support for NVIDIA GPUs with compute capability 5.x (Maxwell generation) has been removed from TF binary distributions (Python wheels).
    
    ### Major Features and Improvements
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/x-groovy">
        <_comment>Groovy source code</_comment>
        <glob pattern="*.groovy"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-haskell">
        <_comment>Haskell source code</_comment>
        <glob pattern="*.hs"/>
        <glob pattern="*.lhs"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-idl">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top