Home
last modified time | relevance | path

Searched defs:while_loop (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/tests/mir-opt/
Dwhile_storage.rs10 fn while_loop(c: bool) { in while_loop() function
/third_party/mindspore/mindspore-src/source/tests/st/control/
Dtest_jax_control_ops.py32 def while_loop(cond_fun, body_fun, init_val): function