Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for end (0.12 sec)

  1. tensorflow/c/eager/tape.h

      for (int i = 0, end = target_tensor_ids.size(); i < end; ++i) {
        const int64_t id = target_tensor_ids[i];
        if (output_gradients.empty() || output_gradients[i] == nullptr) {
          auto tensor_it = tensor_tape.find(id);
          if (tensor_it != tensor_tape.end() && tensor_it->second != -1) {
            auto op_it = op_tape.find(tensor_it->second);
            if (op_it == op_tape.end()) {
              return errors::Internal(
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 02 12:40:29 GMT 2024
    - 47.2K bytes
    - Viewed (1)
  2. tensorflow/c/eager/c_api_experimental.h

                                                              size_t proto_len,
                                                              TF_Status* status);
    
    #ifdef __cplusplus
    } /* end extern "C" */
    #endif
    
    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)
  3. tensorflow/c/c_api.h

                                                    TF_Status* status);
    
    // ----------------------------------------------------------------
    
    #ifdef __cplusplus
    } /* end extern "C" */
    #endif
    
    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