Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
H A Dtile_loops_pass.cc64 static bool isComplexAccessPattern(ParallelOp ploop) { in isComplexAccessPattern() function
86 if (unrolledTile.empty() || isComplexAccessPattern(ploop)) { in runOnOperation()