Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for gradient_tensors (0.06 seconds)

  1. tensorflow/c/eager/gradients.cc

      // Revisit and fix.
      return 1;
    }
    
    // Consumes references to the tensors in the gradient_tensors list and returns
    // a tensor with the result.
    AbstractTensorHandle* TapeVSpace::AggregateGradients(
        absl::Span<AbstractTensorHandle* const> gradient_tensors) const {
      if (gradient_tensors.size() == 1) {
        return gradient_tensors[0];
      }
    
      AbstractOperationPtr op(ctx_->CreateOperation());
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 24 06:18:31 GMT 2026
    - 19.6K bytes
    - Click Count (0)
Back to Top