Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 128 (0.13 sec)

  1. tensorflow/c/eager/tape.h

    // memory consumption is over kMinAggregateBytes, do an early aggregation
    // so as to release the gradient tensor to save memory.
    constexpr int kMinAggregateCount = 4;
    constexpr int kMinAggregateBytes = 128 * 1024 * 1024;
    
    template <typename Gradient, typename BackwardFunction, typename TapeTensor>
    Status GradientTape<Gradient, BackwardFunction, TapeTensor>::ComputeGradient(
    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