Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 437 for Pools (0.02 sec)

  1. ci/official/containers/ml_build/cuda12.1_cudnn9.8.packages.txt

    # All required CUDA packages
    cuda-compat-12-1
    cuda-command-line-tools-12-1
    cuda-cudart-dev-12-1
    cuda-nvcc-12-1
    cuda-cupti-12-1
    cuda-nvprune-12-1
    cuda-libraries-12-1
    cuda-libraries-dev-12-1
    cuda-nvml-dev-12-1
    libcufft-12-1
    libcurand-12-1
    libcusolver-dev-12-1
    libcusparse-dev-12-1
    libcublas-12-1
    libcublas-dev-12-1
    libnccl-dev=2.18.3-1+cuda12.1
    libnccl2=2.18.3-1+cuda12.1
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Mar 21 01:02:41 UTC 2025
    - 534 bytes
    - Viewed (0)
  2. ci/official/containers/ml_build/cuda12.3_cudnn9.1.packages.txt

    # All required CUDA packages
    cuda-compat-12-3
    cuda-command-line-tools-12-3
    cuda-cudart-dev-12-3
    cuda-nvcc-12-3
    cuda-cupti-12-3
    cuda-nvprune-12-3
    cuda-libraries-12-3
    cuda-libraries-dev-12-3
    cuda-nvml-dev-12-3
    libcufft-12-3
    libcurand-12-3
    libcusolver-dev-12-3
    libcusparse-dev-12-3
    libcublas-12-3
    libcublas-dev-12-3
    libnccl-dev=2.19.3-1+cuda12.3
    libnccl2=2.19.3-1+cuda12.3
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue Feb 18 20:42:21 UTC 2025
    - 535 bytes
    - Viewed (0)
  3. .generated_files

    # Files that should be ignored by tools which do not want to consider generated
    # code.
    #
    # https://github.com/kubernetes/test-infra/blob/master/prow/plugins/size/size.go
    #
    # This file is a series of lines, each of the form:
    #     <type> <name>
    #
    # Type can be:
    #    path - an exact path to a single file
    #    file-name - an exact leaf filename, regardless of path
    #    path-prefix - a prefix match on the file path
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Oct 04 23:47:25 UTC 2022
    - 750 bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/security/first-steps.md

    Aber ersparen wir Ihnen die Zeit, die gesamte lange Spezifikation zu lesen, nur um die kleinen Informationen zu finden, die Sie benötigen.
    
    Lassen Sie uns die von **FastAPI** bereitgestellten Tools verwenden, um Sicherheit zu gewährleisten.
    
    ## Wie es aussieht
    
    Lassen Sie uns zunächst einfach den Code verwenden und sehen, wie er funktioniert, und dann kommen wir zurück, um zu verstehen, was passiert.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. docs/de/docs/deployment/docker.md

    ## Containerimages
    
    Docker ist eines der wichtigsten Tools zum Erstellen und Verwalten von **Containerimages** und **Containern**.
    
    Und es gibt einen öffentlichen <a href="https://hub.docker.com/" class="external-link" target="_blank">Docker <abbr title="Umschlagsplatz">Hub</abbr></a> mit vorgefertigten **offiziellen Containerimages** für viele Tools, Umgebungen, Datenbanken und Anwendungen.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 38.9K bytes
    - Viewed (0)
  6. .zenodo.json

    {
        "description": "TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.",
        "license": "Apache-2.0",
        "title": "TensorFlow",
        "upload_type": "software",
        "creators": [
            {
                "name": "TensorFlow Developers"
            }
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 18 19:19:25 UTC 2021
    - 741 bytes
    - Viewed (0)
  7. CODEOWNERS

    /tensorflow/core/kernels/sparse/ @penpornk
    /tensorflow/core/nccl/ @azaks2 @chsigg
    /tensorflow/python/autograph/ @mdanatg
    /tensorflow/python/debug @caisq
    /tensorflow/python/eager @rohan100jain
    /tensorflow/tools/docs/ @markdaoust
    /tensorflow/compiler/mlir/ @aminim
    /tensorflow/core/ir/ @aminim
    /tensorflow/core/transforms/ @aminim
    
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri May 27 21:02:49 UTC 2022
    - 563 bytes
    - Viewed (0)
  8. docs/de/docs/help-fastapi.md

        * Sie können auch <a href="https://x.com/fastapi" class="external-link" target="_blank">@fastapi auf X (Twitter) folgen</a> (ein separates Konto).
    * <a href="https://www.linkedin.com/in/tiangolo/" class="external-link" target="_blank">Folgen Sie mir auf **LinkedIn**</a>.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 16K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp

    	</c:if>
    	<c:if test="${crudMode == 3}">
    		<la:message key="labels.crud_title_delete" />
    	</c:if>
    	<c:if test="${crudMode == 4}">
    		<la:message key="labels.crud_title_details" />
    	</c:if>
    </h3>
    <div class="card-tools">
    	<c:choose>
    		<c:when test="${crudMode == null}">
    			<la:link href="createnew" styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    				<em class="fa fa-plus">
    				<la:message key="labels.crud_link_create" />
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 1K bytes
    - Viewed (0)
  10. docs/id/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image02.png">
    
    Cara yang sama untuk menggunakan tools kompatibel lainnya. Termasuk alat membuat kode otomatis untuk banyak bahasa.
    
    ## Pydantic
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 8.8K bytes
    - Viewed (0)
Back to top