Search Options

Results per page
Sort
Preferred Languages
Advance

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

  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(
        gtl::ArraySlice<AbstractTensorHandle*> gradient_tensors) const {
      if (gradient_tensors.size() == 1) {
        return gradient_tensors[0];
      }
    
      AbstractOperationPtr op(ctx_->CreateOperation());
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top