Searched refs:ApplyToAll (Results 1 – 1 of 1) sorted by relevance
770 Status ApplyToAll(Tree* tree, const std::function<Status(Tree*)>& func) { in ApplyToAll() function773 s = ApplyToAll(it.second, func); in ApplyToAll()852 status = ApplyToAll(root.get(), [this, rewriter, graph, &frame_view, in ProcessGraphDef()