Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc145 struct RecomputedSubGraph { struct
151 std::vector<RecomputedSubGraph> GetOpGroupsToRecompute( in GetOpGroupsToRecompute()
156 std::vector<RecomputedSubGraph> subgraphs_to_recompute; in GetOpGroupsToRecompute()
163 RecomputedSubGraph current_recomputation; in GetOpGroupsToRecompute()
441 std::vector<RecomputedSubGraph> recomputed_subgraphs; in RecomputationRewritingPass()
492 for (const RecomputedSubGraph& subgraph : recomputed_subgraphs) { in RecomputationRewritingPass()