Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.h83 explicit HloEvaluator(int64_t max_loop_iterations = -1);
89 int64_t max_loop_iterations) { in CreateEmbedded() argument
90 return std::make_unique<HloEvaluator>(max_loop_iterations); in CreateEmbedded()
H A Dhlo_evaluator.cc716 HloEvaluator::HloEvaluator(int64_t max_loop_iterations) in HloEvaluator() argument
717 : max_loop_iterations_(max_loop_iterations) { in HloEvaluator()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcfgloop.h292 bool max_loop_iterations (struct loop *, double_int *);
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties.cc2383 const int64_t max_loop_iterations = in PropagateShapes() local
2392 num_loop_iterations++ < max_loop_iterations) { in PropagateShapes()