Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Hanks (0.14 sec)

  1. 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 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  2. 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 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