Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Epoch (0.06 sec)

  1. RELEASE.md

        *   Added a new `rerandomize_each_iteration` argument for the `tf.data.Dataset.sample_from_datasets()` operation, which controls whether the sequence...
    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 hasVerifier = 1;
    
      let hasFolder = 1;
    }
    
    def TF_TimestampOp : TF_Op<"Timestamp", []> {
      let summary = "Provides the time since epoch in seconds.";
    
      let description = [{
    Returns the timestamp as a `float64` for seconds since the Unix epoch.
    
    Common usages include:
    * Logging
    * Providing a random number seed
    * Debugging graph execution
    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