Commit c8556740 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

Handle symbols that are only defined inside loops. This is valid in Python as...

Handle symbols that are only defined inside loops. This is valid in Python as long as the loop always runs at least once. A runtime error is thrown if the loop doesn't execute and the undefined symbol is accessed later in the program. An error will be thrown by the TensorFlow runtime even if the undefined symbols would not be used at runtime.

PiperOrigin-RevId: 232746169
parent 929d4992
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment