Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SymbolPredicate (0.21 sec)

  1. tensorflow/compiler/jit/deadness_analysis.cc

    //
    // Two predicates are equivalent iff they are equivalent for all assignments to
    // the symbols contained in them, i.e. predicates are forall qualified over
    // symbols.
    class SymbolPredicate : public Predicate {
     public:
      explicit SymbolPredicate(int64_t id, TensorId tensor_id, bool must_be_true)
          : Predicate(id),
            tensor_id_(std::move(tensor_id)),
            must_be_true_(must_be_true) {}
    
    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