Home
last modified time | relevance | path

Searched refs:ParentValue (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensorrt/segment/
Dsegment.cc221 if ((u.Value() != nullptr) && (u.ParentValue() != nullptr)) { in SegmentGraph()
222 sg_map[u.ParentValue()->name()].insert(u.Value()->name()); in SegmentGraph()
Dunion_find.h42 T& ParentValue() { return FindRoot()->value_; } in ParentValue() function
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp544 Value *ParentValue = nullptr; in insertConditions() local
549 ParentValue = PI->second; in insertConditions()
556 if (ParentValue) { in insertConditions()
557 Term->setCondition(ParentValue); in insertConditions()