Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for or4 (0.02 sec)

  1. tensorflow/compiler/jit/deadness_analysis_test.cc

      ops::Merge or4(root.WithOpName("or4"), {add3, sw_0.output_true});
    
      std::unique_ptr<DeadnessAnalysis> result;
      TF_ASSERT_OK(AnalyzeDeadness(root.graph(), &result));
    
      PredicateMapTy predicate_map;
      TF_ASSERT_OK(ComputePredicates(*root.graph(), &predicate_map));
      EXPECT_EQ(predicate_map[ControlOutputFor(or4.output)], "#true");
    }
    
    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