Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for constructors (0.31 sec)

  1. RELEASE.md

            `tf.mixed_precision. experimental.LossScale` in the constructor, and no
            longer has a `LossScale` associated with it. Instead, `Model.compile`
            will automatically wrap the optimizer with a `LossScaleOptimizer` using
            dynamic loss scaling if `Policy.name` is "mixed_float16".
        *   `tf.keras.mixed_precision.LossScaleOptimizer`'s constructor takes in
    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

    ```
    
    `tf.fill` differs from `tf.constant` in a few ways:
    
    *   `tf.fill` only supports scalar contents, whereas `tf.constant` supports
        Tensor values.
    *   `tf.fill` creates an Op in the computation graph that constructs the actual
        Tensor value at runtime. This is in contrast to `tf.constant` which embeds
        the entire Tensor into the graph with a `Const` node.
    *   Because `tf.fill` evaluates at graph runtime, it supports dynamic shapes
    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