Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc770 Status ApplyToAll(Tree* tree, const std::function<Status(Tree*)>& func) { in ApplyToAll() function
773 s = ApplyToAll(it.second, func); in ApplyToAll()
852 status = ApplyToAll(root.get(), [this, rewriter, graph, &frame_view, in ProcessGraphDef()