Home
last modified time | relevance | path

Searched refs:FindEdge (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTriStrip.cpp77 int FindEdge(const unsigned int pw0, const unsigned int pw1) const;
144 int CTri::FindEdge(const unsigned int pw0, const unsigned int pw1) const in FindEdge() function in CTri
300 nCmpEdge = cmp.FindEdge(idx0, idx1); in TryLinkEdge()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc555 const Edge* FindEdge(const Node* dst, int index) { in FindEdge() function
567 const Edge* e = FindEdge(dst, dst_index); in UpdateEdge()