Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mapfn (0.17 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

      // `map_fn` will trace upwards along the use-def chain of the ssa value. It
      // starts from the last ssa value (returned by the function), and check its
      // parent op iteratively. If the root ssa value appears in the function's
      // argument list, it will return the index of the corresponding argument,
      // otherwise it will return -1.
      auto map_fn = [](Value value) -> int {
        Value parent = value;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. 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)
  3. 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