Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for grads (0.18 sec)

  1. docs/it/docs/index.md

    ```Python
            ... "item_name": item.name ...
    ```
    
    ...a:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...e osserva come il tuo editor di testo autocompleterà gli attributi e sarà in grado di riconoscere i loro tipi:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    me see--how IS it to be managed?  I suppose I ought to eat or
    drink something or other; but the great question is, what?'
    
      The great question certainly was, what?  Alice looked all round
    her at the flowers and the blades of grass, but she did not see
    anything that looked like the right thing to eat or drink under
    the circumstances.  There was a large mushroom growing near her,
    about the same height as herself; and when she had looked under
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F8A          ; mapped                 ; 8272          # 3.0  KANGXI RADICAL COLOR
    2F8B          ; mapped                 ; 8278          # 3.0  KANGXI RADICAL GRASS
    2F8C          ; mapped                 ; 864D          # 3.0  KANGXI RADICAL TIGER
    2F8D          ; mapped                 ; 866B          # 3.0  KANGXI RADICAL INSECT
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  4. SECURITY.md

    [**sandbox**](https://developers.google.com/code-sandboxing). Memory corruptions
    in TensorFlow ops can be recognized as security issues only if they are
    reachable and exploitable through production-grade, benign models.
    
    ### Compilation
    
    Compiling models via the recommended entry points described in
    [XLA](https://www.tensorflow.org/xla) and
    [JAX](https://jax.readthedocs.io/en/latest/jax-101/02-jitting.html)
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Sun Oct 01 06:06:35 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  5. tensorflow/c/BUILD

                ":env",
                ":logging",
                ":tf_status",
                ":tf_tensor",
                "//tensorflow/c/experimental/filesystem:modular_filesystem",
                "//tensorflow/cc:grad_ops",
                "//tensorflow/cc:gradients",
                "//tensorflow/cc:ops",
                "//tensorflow/cc:scope_internal",
                "//tensorflow/cc:while_loop",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
  6. cni/README.md

    the project's [log viewer](https://cloud.google.com/logging/docs/view/overview) and/or the `gcloud logging read`
    capability.
    
    The following example grabs the last 10 `kubelet` logs containing the string "cmdAdd" in the log message.
    
    ```console
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  7. tensorflow/c/eager/BUILD

            "//tensorflow/c:c_api",
            "//tensorflow/c:c_test_util",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c/experimental/gradients:array_grad",
            "//tensorflow/c/experimental/gradients:math_grad",
            "//tensorflow/c/experimental/gradients:not_differentiable",
            "//tensorflow/c/experimental/gradients/tape:tape_context",
            "//tensorflow/c/experimental/ops",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/gradients/BUILD

        ],
    )
    
    cc_library(
        name = "gradients",
        hdrs = [
            "array_grad.h",
            "math_grad.h",
            "nn_grad.h",
            "not_differentiable.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":array_grad",
            ":math_grad",
            ":nn_grad",
            ":not_differentiable",
            "//tensorflow/c/eager:abstract_context",
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:39:44 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    me see--how IS it to be managed?  I suppose I ought to eat or
    drink something or other; but the great question is, what?'
    
      The great question certainly was, what?  Alice looked all round
    her at the flowers and the blades of grass, but she did not see
    anything that looked like the right thing to eat or drink under
    the circumstances.  There was a large mushroom growing near her,
    about the same height as herself; and when she had looked under
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  10. RELEASE.md

                instead.
            *   `tf.batch_mat_mul_v3` (accidentally introduced in TensorFlow 2.6):
                Use `tf.linalg.matmul` instead.
            *   `tf.sparse_segment_sum_grad` (accidentally introduced in TensorFlow
                2.6): Use `tf.raw_ops.SparseSegmentSumGrad` instead. Directly
                calling this op is typically not necessary, as it is automatically
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top