Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for map_64 (0.09 sec)

  1. RELEASE.md

            are applied to ExtensionType values.
        *   The `BatchableExtensionType` API can be used to define extension types
            that support APIs that make use of batching, such as `tf.data.Dataset`
            and `tf.map_fn`.
        *   For more information, see the
            [Extension types guide](https://www.tensorflow.org/guide/extension_type).
    
    ## Bug Fixes and Other Changes
    
    *   TF Core:
    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

    elements from `input_dataset` in parallel.}]>:$batch_size,
        Arg<TF_Int64Tensor, [{A scalar representing the maximum number of parallel invocations of the `map_fn`
    function. Applying the `map_fn` on consecutive input elements in parallel has
    the potential to improve input pipeline throughput.}]>:$num_parallel_calls,
    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