Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for createfing (0.3 sec)

  1. RELEASE.md

            CPU/memory usage.
        *   Added
            [`tf.data.experimental.from_list`](https://www.tensorflow.org/api_docs/python/tf/data/experimental/from_list),
            a new API for creating `Dataset`s from lists of elements.
        *   Graduated experimental APIs:
            *   [`tf.data.Dataset.counter`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#counter),
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.ClusterTrustBundleProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    pipelines to be defined without an additional initialization
    ("MakeIterator") step.
    
    One-shot iterators have the following limitations:
    
    * They do not support parameterization: all logic for creating the underlying
      dataset must be bundled in the `dataset_factory` function.
    * They are not resettable. Once a one-shot iterator reaches the end of its
      underlying dataset, subsequent "IteratorGetNext" operations on that
    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