Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for while_backprops_ (0.14 sec)

  1. tensorflow/cc/framework/gradients.cc

      // output of SumGradients(), not the input (i.e. each exit node may have
      // multiple incoming gradients, but we only store the combined Output here).
      std::map<WhileContext*, std::map<Node*, Output>> while_backprops_;
    
      SymbolicGradientBuilder(const SymbolicGradientBuilder&) = delete;
      void operator=(const SymbolicGradientBuilder&) = delete;
    };
    
    SymbolicGradientBuilder::SymbolicGradientBuilder(
    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