Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcancellation.cc40 std::forward_list<CancellationManager*> children_to_cancel; in StartCancel() local
54 children_to_cancel.push_front(child); in StartCancel()
71 for (CancellationManager* child : children_to_cancel) { in StartCancel()