Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc321 void PromoteNodesToSkip(std::function<bool(Item*)> should_promote) { in PromoteNodesToSkip() function in xla::__anon95ba67740111::InstructionList
1844 instruction_list.PromoteNodesToSkip([&](Item* item) { in RematerializeComputation()