Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpNameGrad (0.27 sec)

  1. tensorflow/cc/gradients/README.md

    2.  Write the op gradient with the following naming scheme:
    
        ```
        Status OpNameGrad(const Scope& scope, const Operation& op,
                          const std::vector<Output>& grad_inputs,
                          std::vector<Output>* grad_outputs) {
          ...
          return scope.status();
        }
        REGISTER_GRADIENT_OP("OpName", OpNameGrad);
        ```
    
    3.  Ops gradients are implemented by using the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 29 19:12:55 UTC 2021
    - 2K bytes
    - Viewed (0)
Back to top