Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetStopBackpropNodes (0.69 sec)

  1. tensorflow/cc/framework/gradients.cc

      // of `outputs_` that do not get transitively consumed by other `outputs_`.
      // Used to identify nodes at which to stop backprop.
      std::unordered_set<int> GetStopBackpropNodes(
          const std::vector<bool>& reachable_nodes,
          const std::unordered_set<int>& output_nodes) const;
    
      const Scope& scope_;
      const ops::GradOpRegistry* registry_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top