Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Hanks (0.18 sec)

  1. tensorflow/c/c_api_internal.h

    namespace tensorflow {
    
    // Set the shapes and types of the output's handle.
    //
    // The lengths of the arrays pointed to by `shapes`, `ranks`, and `types` must
    // all be equal to `num_shapes_and_types`. If `ranks[i] != -1`, (i.e., if the
    // rank is known), then it must be equal to the length of `shapes[i]`; if
    // `ranks[i] == 1`, then `shapes[i]` may be nullptr.
    //
    // TODO(akshayka): Implement a corresponding getter method.
    C
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Sat May 13 00:49:12 GMT 2023
    - 7.6K bytes
    - Viewed (0)
  2. docs/en/docs/async.md

    But still, the final experience is not the best. 😞
    
    ---
    
    This would be the parallel equivalent story for burgers. πŸ”
    
    For a more "real life" example of this, imagine a bank.
    
    Up to recently, most of the banks had multiple cashiers πŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’Ό and a big line πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™.
    
    All of the cashiers doing all the work with one client after the other πŸ‘¨β€πŸ’Όβ―.
    
    Plain Text
    - Registered: Sun Apr 14 07:19:09 GMT 2024
    - Last Modified: Sun Mar 31 23:52:53 GMT 2024
    - 23K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.cc

                                               int num_shapes_and_types,
                                               const int64_t** shapes,
                                               const int* ranks,
                                               const TF_DataType* types,
                                               TF_Status* status) {
      Node* node = &output.oper->node;
    
      mutex_lock l(graph->mu);
    C++
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    way, and nothing seems to suit them!'
    
      `I haven't the least idea what you're talking about,' said
    Alice.
    
      `I've tried the roots of trees, and I've tried banks, and I've
    tried hedges,' the Pigeon went on, without attending to her; `but
    those serpents!  There's no pleasing them!'
    
      Alice was more and more puzzled, but she thought there was no
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    way, and nothing seems to suit them!'
    
      `I haven't the least idea what you're talking about,' said
    Alice.
    
      `I've tried the roots of trees, and I've tried banks, and I've
    tried hedges,' the Pigeon went on, without attending to her; `but
    those serpents!  There's no pleasing them!'
    
      Alice was more and more puzzled, but she thought there was no
    Plain Text
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  6. RELEASE.md

        *   `Layer` apply and add_variable APIs are deprecated.
        *   Added support for channels first data format in cross entropy losses
            with logits and support for tensors with unknown ranks.
        *   Error messages will be raised if `add_update`, `add_metric`, `add_loss`,
            activity regularizers are used inside of a control flow branch.
        *   New loss reduction types:
    Plain Text
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top