Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Agarwal (0.19 sec)

  1. tensorflow/c/eager/tape.h

              (*result)[id].push_back(ones_like);
            }
          }
        } else {
          (*result)[id].push_back(output_gradients[i]);
        }
      }
      return absl::OkStatus();
    }
    
    // TODO(agarwal): use an automatic mechanism for handling None arguments to
    // gradient functions.
    //
    // Some gradient functions can accept None arguments for gradients. The
    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