aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/error_interpolation.py
Commit message (Expand)AuthorAge
* Resolving a bug where regex pattern for errors was not matching in case the e...Gravatar A. Unique TensorFlower2018-09-10
* There were two different error reporting formats within TensorFlow: `{{key va...Gravatar A. Unique TensorFlower2018-09-04
* Currently there are two formats for error reporting inside TensorFlow. This i...Gravatar A. Unique TensorFlower2018-08-31
* Use device and colocation stack metadata to improve an error message in ops.p...Gravatar A. Unique TensorFlower2018-08-02
* Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* Track colocation context manager locations (file:line) and add colocation inf...Gravatar A. Unique TensorFlower2018-07-18
* Fix file patterns checked during stack traversal to be os-independent.Gravatar A. Unique TensorFlower2018-07-17
* BEGIN_PUBLICGravatar A. Unique TensorFlower2018-07-16
* Automated rollback of commit 895a7667884545a68480eb91916a5a23c2852308Gravatar Smit Hinsu2018-07-13
* Add initial support for interpolating filename and line number in error messa...Gravatar A. Unique TensorFlower2018-07-13
* Add code to parse interpolatable error messages.Gravatar James Keeling2018-06-28