MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ComputePredicates

Function ComputePredicates

tensorflow/compiler/jit/deadness_analysis.cc:1594–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592
1593namespace deadness_analysis_internal {
1594Status ComputePredicates(const Graph& graph, PredicateMapTy* out_predicate_map,
1595 bool enable_optimistic) {
1596 DeadnessAnalysisImpl impl(&graph);
1597 TF_RETURN_IF_ERROR(impl.Populate(enable_optimistic));
1598 *out_predicate_map = impl.PredicateMapAsString();
1599 return Status::OK();
1600}
1601
1602} // namespace deadness_analysis_internal
1603

Callers 1

TESTFunction · 0.85

Calls 2

PredicateMapAsStringMethod · 0.80
PopulateMethod · 0.45

Tested by 1

TESTFunction · 0.68