Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dparallel_execute_to_islands.cc164 llvm::SmallVector<Value, 8> unused_execute_controls; in CreateIslandsFromParallelExecute() local
167 unused_execute_controls.push_back(execute.control()); in CreateIslandsFromParallelExecute()
169 if (!unused_execute_controls.empty()) { in CreateIslandsFromParallelExecute()
173 fetches.append(unused_execute_controls.begin(), in CreateIslandsFromParallelExecute()
174 unused_execute_controls.end()); in CreateIslandsFromParallelExecute()