Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    }
    
    def TF_OneShotIteratorOp : TF_Op<"OneShotIterator", []> {
      let summary = [{
    Makes a "one-shot" iterator that can be iterated only once.
      }];
    
      let description = [{
    A one-shot iterator bundles the logic for defining the dataset and
    the state of the iterator in a single op, which allows simple input
    pipelines to be defined without an additional initialization
    ("MakeIterator") step.
    
    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

            `tf.lookup.StaticHashTable.__init__` to create the table in anonymous
            mode. In this mode, the table resource can only be accessed via resource
            handles (not resource names) and will be deleted automatically when all
            resource handles pointing to it are gone.
    *   `tf.data`:
        *   Introduce the `tf.data.experimental.at` API which provides random access
    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