Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddRegisterer (0.15 sec)

  1. tensorflow/c/experimental/gradients/math_grad.cc

      // TODO(b/174778737): Only hold needed inputs and outputs.
      vector<AbstractTensorHandle*> forward_inputs_;
      vector<AbstractTensorHandle*> forward_outputs_;
    };
    
    }  // namespace
    
    GradientFunction* AddRegisterer(const ForwardOperation& op) {
      return new AddGradientFunction;
    }
    
    GradientFunction* ExpRegisterer(const ForwardOperation& op) {
      return new ExpGradientFunction(op.outputs[0]);
    }
    
    C++
    - Registered: Tue Mar 26 12:39:09 GMT 2024
    - Last Modified: Wed Feb 28 13:53:47 GMT 2024
    - 15.2K bytes
    - Viewed (0)
Back to top