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

Function AnalyzeDeadness

tensorflow/compiler/jit/deadness_analysis_test.cc:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57using deadness_analysis_internal::PredicateMapTy;
58
59Status AnalyzeDeadness(Graph* graph,
60 std::unique_ptr<DeadnessAnalysis>* result) {
61 FixupSourceAndSinkEdges(graph);
62 return DeadnessAnalysis::Run(*graph, result);
63}
64
65ops::Switch CreateSwitch(const Scope& root, const string& prefix) {
66 Output value = ops::Placeholder(root.WithOpName(prefix + "/value"), DT_FLOAT);

Callers 1

TESTFunction · 0.85

Calls 2

FixupSourceAndSinkEdgesFunction · 0.85
RunFunction · 0.50

Tested by

no test coverage detected