Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for portInt (0.19 sec)

  1. OWNERS_ALIASES

        - kow3ns
        - janetkuo
        - soltysh
        - smarterclayton
        - atiratree
      sig-apps-reviewers:
        - alculquicondor
        - atiratree
        - janetkuo
        - kow3ns
        - krmayankk
        - mortent
        - smarterclayton
        - soltysh
      # sig-apps-emeritus:
      # - tnozicka
    
      sig-autoscaling-maintainers:
        - bskiba
        - MaciekPytel
        - mwielgus
      sig-instrumentation-approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. docs/fr/docs/python-types.md

    <img src="/img/python-types/image05.png">
    
    Sans types, c'est presque impossible à réaliser.
    
    Vous remarquerez que la variable `item` n'est qu'un des éléments de la list `items`.
    
    Et pourtant, l'éditeur sait qu'elle est de type `str` et pourra donc vous aider à l'utiliser.
    
    #### `Tuple` et `Set`
    
    C'est le même fonctionnement pour déclarer un `tuple` ou un `set` :
    
    ```Python hl_lines="1  4"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/fused_kernel_matcher.cc

    // for any target-specific configurations.
    
    // This pass is being ported over from the Grappler Remapper pass based on
    // need/usage. File a bug to request porting over additional fusions.
    
    // TODO(b/158265178): Support GPU-specific fusions.
    // TODO(b/158266710): Support CPU MKL configurations.
    
    #define GEN_PASS_DEF_FUSEDKERNELMATCHERPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/handling-errors.md

    Esses *headers* são necessários/utilizados internamente pelo OAuth 2.0 e também por outras utilidades de segurança.
    
    Portanto, você pode continuar lançando o `HTTPException` do **FastAPI** normalmente no seu código.
    
    Porém, quando você registrar um manipulador de exceção, você deve registrá-lo através do `HTTPException` do Starlette.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem_test.cc

      if (tmp_dir == "")
        return nullptr;
      else
        return &tmp_dir;
    }
    
    namespace tensorflow {
    namespace {
    
    // TODO(vnvo2409): Refactor `gcs_filesystem_test` to remove unnecessary tests
    // after porting all tests from
    // `//tensorflow/core/platform/cloud:gcs_file_system_test`.
    class GCSFilesystemTest : public ::testing::Test {
     public:
      void SetUp() override {
        root_dir_ = io::JoinPath(
            *GetTmpDir(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 12:04:23 UTC 2020
    - 24.9K bytes
    - Viewed (0)
  6. src/hash/crc32/crc32_ppc64le.s

    // is dual licensed under GPL and Apache 2.  As the copyright holder
    // for the work, IBM has contributed this new work under
    // the golang license.
    
    // Changes include porting to Go assembler with modifications for
    // the Go ABI for ppc64le.
    
    #include "textflag.h"
    
    #define POWER8_OFFSET 132
    
    #define off16	R16
    #define off32	R17
    #define off48	R18
    #define off64	R19
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 12:09:50 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. src/syscall/mkall.sh

    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    # The syscall package provides access to the raw system call
    # interface of the underlying operating system.  Porting Go to
    # a new architecture/operating system combination requires
    # some manual effort, though there are tools that automate
    # much of the process.  The auto-generated files have names
    # beginning with z.
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 18:22:23 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/docker.md

    !!! tip
        Traefik tem integrações com Docker, Kubernetes e outros, portanto, é muito fácil configurar e configurar o HTTPS para seus contêineres com ele.
    
    Alternativamente, o HTTPS poderia ser tratado por um provedor de nuvem como um de seus serviços (enquanto ainda executasse o aplicativo em um contêiner).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  9. docs/fr/docs/async.md

    Le fast-food a 8 processeurs (serveurs/cuisiniers) 👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳. Alors que le fast-food de burgers concurrents en avait 2 (un serveur et un cuisinier).
    
    Et pourtant l'expérience finale n'est pas meilleure 😞.
    
    ---
    
    C'est donc l'histoire équivalente parallèle pour les burgers 🍔.
    
    Pour un exemple plus courant dans la "vie réelle", imaginez une banque.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. pkg/features/kube_features.go

    	// alpha: v1.22
    	// beta1: v1.28 (default=false)
    	// beta2: v.1.30 (default=true)
    
    	// Permits kubelet to run with swap enabled.
    	NodeSwap featuregate.Feature = "NodeSwap"
    
    	// owner: @mortent, @atiratree, @ravig
    	// kep: http://kep.k8s.io/3018
    	// alpha: v1.26
    	// beta: v1.27
    	//
    	// Enables PDBUnhealthyPodEvictionPolicy for PodDisruptionBudgets
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top