Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFrameBasedTopologicalOrder (2.15 sec)

  1. tensorflow/compiler/jit/deadness_analysis.cc

      Status HandleGeneric(Node* n, std::vector<bool>* should_revisit);
      Status HandleNode(Node* n, std::vector<bool>* should_revisit,
                        bool use_optimistic_mode = false);
    
      Status GetFrameBasedTopologicalOrder(std::vector<Node*>* order);
    
      bool IsRootEnter(const Node* n) const {
        return IsEnter(n) && control_flow_info_[n->id()].parent_frame->IsSource();
      }
    
      bool IsRootExit(const Node* n) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top