Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Slack (0.17 sec)

  1. tensorflow/c/eager/c_api_experimental.h

    // APIs for generically dealing with op attributes (e.g. when forwarding them
    // through custom device implementations).
    //
    // TODO(allenl): Currently these are black boxes, but we should have some way to
    // inspect values. This would let people e.g. copy over most attributes and then
    // modify some based on their values.
    
    // A reference to an op's name -> attribute mapping
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Viewed (0)
  2. RELEASE.md

            `tf.data.Dataset.enumerate`.
        *   Promoting `tf.data.experimental.unbatch` to core as
            `tf.data.Dataset.unbatch`.
        *   Adds option for introducing slack in the pipeline to reduce CPU
            contention, via `tf.data.Options().experimental_slack = True`
        *   Added experimental support for parallel batching to `batch()` and
            `padded_batch()`. This functionality can be enabled through
            `tf.data.Options()`.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top