Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ready_enters_per_frame (0.28 sec)

  1. tensorflow/compiler/jit/deadness_analysis.cc

      std::deque<Node*> ready;
      ready.push_back(src_node);
      // ready_enters_per_frame and ready_exits serve as a staging area to buffer
      // the ready enters/exits before they are moved to the `ready` queue for
      // controlling the start and end of a processing frame.
      absl::flat_hash_map<absl::string_view, std::vector<Node*>>
          ready_enters_per_frame;
      // Exit nodes shall all be from the same frame, as we process a frame at a
    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