- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for context (0.04 sec)
-
RELEASE.md
* It is available for immediate use. * See the `TF_RUN_EAGER_OP_AS_FUNCTION` environment variable in [eager context](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/eager/context.py). * Eager performance should be similar with this feature enabled. * A roughly 5us per-op overhead may be observed when running manyRegistered: 2025-09-09 12:39 - Last Modified: 2025-08-18 20:54 - 740K bytes - Viewed (2) -
docs/en/docs/release-notes.md
This means that now, if you set a value in a context variable before `yield`, the value would still be available after `yield` (as you would intuitively expect). And it also means that you can reset the context variable with a token afterwards. For example, this works correctly now:
Registered: 2025-09-07 07:19 - Last Modified: 2025-09-05 12:48 - 544.1K bytes - Viewed (0)