Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_executor.cc689 static constexpr int kDefaultParallelIterations = 10; variable
698 if (parallel_iterations() != kDefaultParallelIterations) in print()
732 IntegerAttr::get(i64, kDefaultParallelIterations)); in parse()