Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_parallel_execute_sink_resource_write.cc147 llvm::SmallVector<tf_device::ParallelExecuteOp, 4> parallel_executes; in runOnOperation() local
149 parallel_executes.push_back(parallel_execute); in runOnOperation()
152 for (tf_device::ParallelExecuteOp parallel_execute : parallel_executes) in runOnOperation()