Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for addresses1 (5.27 sec)

  1. tensorflow/c/experimental/grappler/grappler.h

    // nodes, keep_ops, init_ops. Fills in `values` and `lengths`, each of which
    // must point to an array of length at least `num_values`.
    //
    // The elements of values will point to addresses in `storage` which must be at
    // least `storage_size` bytes in length.  `num_values` and `storage` can be
    // obtained from TF_GetNodesToPreserveSize
    //
    C
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Aug 03 18:08:43 GMT 2022
    - 12.5K bytes
    - Viewed (0)
  2. RELEASE.md

            (corresponding to values of `tf.data.experimental.AutoShardPolicy`).
    
            Static sharding (auto-sharding) requires the number of tf.data service
            workers be fixed. Users need to specify the worker addresses in
            `tensorflow.data.experimental.DispatcherConfig`.
    
        *   `tf.data.experimental.service.register_dataset` now accepts optional
            `compression` argument.
    
    *   Keras:
    
    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)
  3. tensorflow/c/c_api.h

    // Get the list of strings in the value of the attribute `attr_name`.  Fills in
    // `values` and `lengths`, each of which must point to an array of length at
    // least `max_values`.
    //
    // The elements of values will point to addresses in `storage` which must be at
    // least `storage_size` bytes in length.  Ideally, max_values would be set to
    // TF_AttrMetadata.list_size and `storage` would be at least
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
Back to top