Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _objects (0.49 sec)

  1. RELEASE.md

            `validation_split` argument, for returning both dataset splits at once,
            as a tuple.
        *   Added `tf.keras.utils.split_dataset` utility to split a `Dataset` object
            or a list/tuple of arrays into two `Dataset` objects (e.g. train/test).
        *   Added step granularity to `BackupAndRestore` callback for handling
            distributed training failures & restarts. The training state can now be
    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

    the sparse tensors have been concatenated along new dimensions, one for each
    batch.
    
    The output `SparseTensor` object's shape values for the original dimensions
    are the max across the input `SparseTensor` objects' shape values for the
    corresponding dimensions. The new dimensions match the size of the batch.
    
    The input `SparseTensor` objects' indices are assumed ordered in
    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