Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _Decorated (0.13 sec)

  1. RELEASE.md

    *   `tf.function`:
    
        *   `tf.function` now uses the Python inspect library directly for parsing the signature of the Python function it is decorated on. This change may break code where the function signature is malformed, but was ignored previously, such as:
            *   Using `functools.wraps` on a function with different signature
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Therefore, typical uses of captured tensors should involve values which remain
    unchanged across session.run calls. Inference is a good example of this.
    
    SparseTensor is not supported. The return value of the decorated function
    must be a Tensor or a list/tuple of Tensors.
      }];
    
      let arguments = (ins
        Arg<Variadic<TF_Tensor>, [{The tensors to be batched.}]>:$in_tensors,
    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