Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dtail-dup-layout.ll277 ;CHECK-LABEL: loop_test:
308 define void @loop_test(i32* %tags, i32 %count) {
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dalgorithms.ipynb312 " def loop_test(i_1):\n",
313 " with tf.name_scope('loop_test'):\n",
358 " i = ag__.while_stmt(loop_test, loop_body, (i,), (tf, n, ag__, i))\n",
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py696 def loop_test(_): function
702 return control_flow_ops.while_loop(loop_test, loop_body, [0.0])