Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc188 std::vector<const CodeNode*> all_leaf = FetchAllLeaf(node); in Add()
243 std::vector<const CodeNode*> FetchAllLeaf(const CodeNode* root) { in FetchAllLeaf() function in tensorflow::tfprof::__anon1c1cedaa0111::Samples
249 std::vector<const CodeNode*> nodes = FetchAllLeaf(n); in FetchAllLeaf()