Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dworkshop.ipynb532 " def if_positive():\n",
537 " x = tf.cond(tf.greater(x, 0), if_positive, lambda: x)\n",
/external/v8/src/
Dcode-stub-assembler.cc2041 Label if_positive(this), if_negative(this); in LoadFixedBigInt64ArrayElementAsTagged() local
2044 Branch(IntPtrGreaterThan(value, IntPtrConstant(0)), &if_positive, in LoadFixedBigInt64ArrayElementAsTagged()
2047 BIND(&if_positive); in LoadFixedBigInt64ArrayElementAsTagged()