Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Advance (0.1 sec)

  1. RELEASE.md

            to handle worker preemption/maintenance and cluster-wise consistent
            error reporting for `tf.distribute.MultiWorkerMirroredStrategy`.
            Specifically, for the type of interruption with advance notice, it
            automatically saves a checkpoint, exits the program without raising an
            unrecoverable error, and restores the progress when training restarts.
    
    *   `tf.math`:
    
    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_FloatTensor:$product
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_RngReadAndSkipOp : TF_Op<"RngReadAndSkip", []> {
      let summary = "Advance the counter of a counter-based RNG.";
    
      let description = [{
    The state of the RNG after
    `rng_read_and_skip(n)` will be the same as that after `uniform([n])`
    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