#control-flow

[ follow ]
fromHackernoon
2 months ago

Loops, Conditionals & AutoGraph: Writing Graph-Friendly TensorFlow Code | HackerNoon

AutoGraph simplifies Python code for TensorFlow, enabling easier control flow.
#python
Scala
fromMedium
2 months ago

Exceptions are not free

Using exceptions for control flow can degrade performance due to stack trace generation.
[ Load more ]