Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gold (0.04 sec)

  1. RELEASE.md

    *   `tf.keras.optimizers.Optimizer` now points to the new Keras optimizer, and
        old optimizers have moved to the `tf.keras.optimizers.legacy` namespace.
        If you find your workflow failing due to this change,
        you may be facing one of the following issues:
    
        *   **Checkpoint loading failure.** The new optimizer handles optimizer
            state differently from the old optimizer, which simplies the logic of
    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

      }];
    
      let description = [{
    tensor: The tensor to put on the list.
    input_handle: The old list.
    output_handle: A list with the elements of the old list followed by tensor.
    element_dtype: the type of elements in the list.
    element_shape: a shape compatible with that of elements in the list.
      }];
    
      let arguments = (ins
    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