Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for construction (0.28 sec)

  1. RELEASE.md

    ### `tf.keras`:
    
    *   Improvements from the Functional API refactoring:
        *   Functional model construction does not need to maintain a global
            workspace graph, removing memory leaks especially when building many
            models or very large models.
        *   Functional model construction should be ~8-10% faster on average.
        *   Functional models can now contain non-symbolic values in their call
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    Object-glasses, and thereby to make the Rings contract and dilate: The
    Contraction or Dilatation of each Ring thus made by the variation of its
    Colour was swiftest in the red, and slowest in the violet, and in the
    intermediate Colours it had intermediate degrees of Celerity. Comparing
    the quantity of Contraction and Dilatation made by all the degrees of
    each Colour, I found that it was greatest in the red; less in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let hasVerifier = 1;
    }
    
    def TF_EinsumOp : TF_Op<"Einsum", [Pure]> {
      let summary = [{
    Tensor contraction according to Einstein summation convention.
      }];
    
      let description = [{
    Implements generalized Tensor contraction and reduction. Each input Tensor must
    have a corresponding input subscript appearing in the comma-separated left-hand
    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