Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 183 of 183 for Validation (0.34 sec)

  1. docs/es/docs/python-types.md

    <img src="https://fastapi.tiangolo.com/img/python-types/image06.png">
    
    ## Modelos de Pydantic
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> es una library de Python para llevar a cabo validación de datos.
    
    Tú declaras la "forma" de los datos mediante clases con atributos.
    
    Cada atributo tiene un tipo.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // in addition I->O. BO->BI mismatch cannot be independently created without
    // breaking one of these mismatches. That gives us 4x2 tests. In addition
    // condition result needs to be tensor<i1>, for which we have 3
    // additional validation tests. All these tests are based on the following
    // valid while
    
    func.func @testInvalidTestValidBase(%arg0 : tensor<i32>) -> (tensor<i32>) {
      %0 = "tf.WhileRegion"(%arg0) (
        {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The named axis labels may be any single character other than those having
    special meaning, namely `,.->`. The behavior of this Op is undefined if it
    receives an ill-formatted equation; since the validation is done at
    graph-building time, we omit format validation checks at runtime.
    
    Note: This Op is *not* intended to be called by the user; instead users should
    call `tf.einsum` directly. It is a hidden Op used by `tf.einsum`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top