Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    Implements generalized Tensor contraction and reduction. Each input Tensor must
    have a corresponding input subscript appearing in the comma-separated left-hand
    side of the equation. The right-hand side of the equation consists of the
    output subscript. The input subscripts and the output subscript should consist
    of zero or more named axis labels and at most one ellipsis (`...`).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

          shards to disk. `tf.train.experimental.ShardByTaskPolicy` is the default
          sharding behavior, but `tf.train.experimental.MaxShardSizePolicy` can be
          used to shard the checkpoint with a maximum shard file size. Users with
          advanced use cases can also write their own custom
          `tf.train.experimental.ShardingCallback`s.
    
    * `tf.train.CheckpointOptions`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top