Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for odd (0.16 sec)

  1. tensorflow/c/eager/tape.h

          int64_t tensor_id = output_tensors[i].GetID();
          auto existing = accumulated_gradients_.find(tensor_id);
          if (existing != accumulated_gradients_.end()) {
            // This is a somewhat odd case to be in, since it means we have two
            // operations which supposedly both created the same Tensor. It comes up
            // in recompute_grad, where the gradients have the same value. However,
    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)
Back to top