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
Loading
Please sign in to comment