Home
last modified time | relevance | path

Searched defs:executes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dparallel_execute_to_islands.cc95 llvm::SmallVectorImpl<tf_executor::IslandOp>& executes) { in ExpandParallelExecuteToIslands()
128 llvm::SmallVector<tf_executor::IslandOp, 4> executes; in CreateIslandsFromParallelExecute() local
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/assertions/
H A DCompoundAssertionTest.kt48 fun executes() { in executes() method in android.tools.flicker.assertions.CompoundAssertionTest
H A DArtifactAssertionRunnerTest.kt56 fun executes() { in executes() method in android.tools.flicker.assertions.ArtifactAssertionRunnerTest
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/datastore/
H A DCachedAssertionRunnerTest.kt64 fun executes() { in executes() method in android.tools.flicker.datastore.CachedAssertionRunnerTest
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DSerializeReentrantCallsDirectExecutorTest.java108 final List<Integer> executes = new ArrayList<>(); in executeCanBeRepeated() local