Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/deadness_analysis.cc

        input_preds.push_back(false_switch);
        SetPredicate(n, 0, predicate_factory_.MakeAndPredicate(input_preds),
                     should_revisit);
        input_preds.pop_back();
    
        // Output 1 is alive iff all inputs are alive and the condition is true.
        input_preds.push_back(true_switch);
        SetPredicate(n, 1, predicate_factory_.MakeAndPredicate(input_preds),
                     should_revisit);
        input_preds.pop_back();
    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