Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AndRecurrencePredicate (0.23 sec)

  1. tensorflow/compiler/jit/deadness_analysis.cc

    // liveness in each loop iteration) and the symbols that are outside frame
    // `loop` are loop invariant (i.e. have the same liveness across all
    // iterations).
    class AndRecurrencePredicate : public Predicate {
     public:
      explicit AndRecurrencePredicate(int64_t id, Predicate* start, Predicate* step,
                                      std::vector<string> frame)
          : Predicate(id), operands_({start, step}), frame_(std::move(frame)) {}
    
    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