Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for argNum (0.1 sec)

  1. docs/pt/docs/tutorial/body.md

    ## Resultados
    
    Apenas com esse declaração de tipos do Python, o **FastAPI** irá:
    
    * Ler o corpo da requisição como um JSON.
    * Converter os tipos correspondentes (se necessário).
    * Validar os dados.
        * Se algum dados for inválido, irá retornar um erro bem claro, indicando exatamente onde e o que está incorreto.
    * Entregar a você a informação recebida no parâmetro `item`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/codegen.cc

    //   temp bytes aligned: {{TEMP_BYTES_ALIGNED}}
    class {{CLASS}} final : public tensorflow::XlaCompiledCpuFunction {
     public:
      // Number of input arguments for the compiled computation.
      static constexpr size_t kNumArgs = {{ARG_NUM}};
    
      static constexpr size_t kNumResults = {{RESULT_NUM}};
    
      // Number of variables for the compiled computation.
      static constexpr size_t kNumVariables = {{VARIABLE_NUM}};
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/handling-errors.md

    Isso é bastante similar ao caso do HTTP status code 200 (do 200 ao 299). Esses "200" status codes significam que, de algum modo, houve sucesso na requisição.
    
    Os status codes na faixa dos 400 significam que houve um erro por parte do cliente.
    
    Você se lembra de todos aqueles erros (e piadas) a respeito do "**404 Not Found**"?
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  4. docs/pt/docs/python-types.md

    ```Python hl_lines="2"
    {!../../../docs_src/python_types/tutorial001.py!}
    ```
    
    ### Edite-o
    
    É um programa muito simples.
    
    Mas agora imagine que você estava escrevendo do zero.
    
    Em algum momento você teria iniciado a definição da função, já tinha os parâmetros prontos ...
    
    Mas então você deve chamar "esse método que converte a primeira letra em maiúscula".
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  5. internal/grid/benchmark_test.go

    			defer PutByteBuffer(payload)
    			return append(GetByteBuffer()[:0], payload...), nil
    		}))
    		errFatal(rpc.Register(remote, func(req *testRequest) (resp *testResponse, err *RemoteErr) {
    			return &testResponse{
    				OrgNum:    req.Num,
    				OrgString: req.String,
    				Embedded:  *req,
    			}, nil
    		}))
    		errFatal(err)
    	}
    	const payloadSize = 512
    	rng := rand.New(rand.NewSource(time.Now().UnixNano()))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  6. docs/pt/docs/deployment/docker.md

    Uma imagem de contêiner é comparável ao arquivo de **programa** e seus conteúdos, ex.: `python` e algum arquivo `main.py`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  7. docs/pt/docs/contributing.md

    * Agora abra o arquivo de configuração MkDocs para Inglês em:
    
    ```
    docs/en/docs/mkdocs.yml
    ```
    
    * Procure o lugar onde `docs/features.md` está localizado no arquivo de configuração. Algum lugar como:
    
    ```YAML hl_lines="8"
    site_name: FastAPI
    # Mais coisas
    nav:
    - FastAPI: index.md
    - Languages:
      - en: /
      - es: /es/
    - features.md
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  8. src/crypto/x509/verify.go

    				}
    
    			case c == 11 ||
    				c == 12 ||
    				// Space (char 32) is not allowed based on the
    				// BNF, but RFC 3696 gives an example that
    				// assumes that it is. Several “verified”
    				// errata continue to argue about this point.
    				// We choose to accept it.
    				c == 32 ||
    				c == 33 ||
    				c == 127 ||
    				(1 <= c && c <= 8) ||
    				(14 <= c && c <= 31) ||
    				(35 <= c && c <= 91) ||
    				(93 <= c && c <= 126):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

    // CHECK:  %[[VARIANCE:.*]] = "tf.Add"(%[[ARG_V:.*]], %[[EPSILON]])
    // CHECK:  %[[RSQRT:.*]] = "tf.Rsqrt"(%[[VARIANCE]])
    // CHECK:  %[[MUL1:.*]] = "tf.Mul"(%[[ARG_T:.*]], %[[RSQRT]])
    // CHECK:  %[[MUL2:.*]] = "tf.Mul"(%[[ARG_M:.*]], %[[RSQRT]])
    // CHECK:  %[[SUB:.*]] = "tf.Sub"(%[[ARG_BETA:.*]], %[[MUL2]])
    // CHECK:  %[[RESULT:.*]] = "tf.Add"(%[[MUL1]], %[[SUB]])
    // CHECK:  return %[[RESULT]]
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/language/match.go

    //     from its parent. Therefore, if a locale is a parent of another locale,
    //     it is a strong measure for closeness, especially when no other tie
    //     breaker rule applies. One could also argue it is inconsistent, for
    //     example, when pt-AO matches pt (which CLDR equates with pt-BR), even
    //     though its parent is pt-PT according to the inheritance rules.
    //
    // Implementation Details:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top