Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for should_always_be_dead (0.36 sec)

  1. tensorflow/compiler/jit/deadness_analysis_test.cc

                                .output;
    
      // Predicate(should_always_be_dead) =
      // (A & B) & (~A | ~B) = (A & B) & ~(A & B) = False
      Output should_always_be_dead =
          ops::Add(root.WithOpName("should_always_be_dead"), and_0_1, or_not0_not1);
    
      // Predicate(should_always_be_dead) =
      // (A & B) | (~A | ~B) = (A & B) | ~(A & B) = True
      Output should_always_be_alive =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top