Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fromlen (0.23 sec)

  1. RELEASE.md

        to the layer came from a keras input.
    *   Clean up `BatchNormalization` layer's `trainable` property to act like
        standard python state when it's used inside `tf.functions` (frozen at
        tracing time), instead of acting like a pseudo-variable whose updates *kind
        of sometimes* get reflected in already-traced `tf.function` traces.
    *   Add the `Conv1DTranspose` layer.
    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

    may resize the object.  The gradient TensorArray is statically sized based
    on the size of the forward TensorArray when this operation executes.
    Furthermore, the size of the forward TensorArray is frozen by this call.
    As a result, the flow is used to ensure that the call to generate the gradient
    TensorArray only happens after all writes are executed.
    
    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