Commit Graph

10 Commits

Author SHA1 Message Date
Taré Gaskin
99686bb275 resolutions 2020-07-27 00:08:05 +00:00
TensorFlower Gardener
be1e8b1a64 Merge pull request from tg-at-google:sign-compare-warning-fixes-batch-4
PiperOrigin-RevId: 318331862
Change-Id: Idb5055da20ac81051eedde47b3cff533a261f1b8
2020-06-25 13:07:11 -07:00
Tare Gaskin
3de3dd0018 [-Wsign-compare] warning fixes batch 4 2020-06-24 21:58:00 +00:00
A. Unique TensorFlower
8f597046dc Use explicit primitive types with strings::Printf
PiperOrigin-RevId: 299753695
Change-Id: Iecbd08903b22442c210c3d404946077535a6089f
2020-03-08 20:58:24 -07:00
Xiao Yu
743544729f Avoid ignored exception in SessionRelease.
PiperOrigin-RevId: 254797661
2019-06-24 12:45:52 -07:00
A. Unique TensorFlower
79aeb13673 Automated rollback of commit f132194cf9
PiperOrigin-RevId: 229860333
2019-01-17 19:22:44 -08:00
Russell Power
f132194cf9 SessionRef: add a timeout to avoid blocking Session::Close() forever.
Some operations/sub-systems do not respect TF cancellation operations.  This
can result in Session:Close() hanging when waiting for these operations to
finish.

This CL adds a default timeout of 60 seconds to ensure we always return control
back to the client eventually.

PiperOrigin-RevId: 229806493
2019-01-17 14:14:03 -08:00
Russell Power
2a09c39fff Remove device capture from replay logs.
PiperOrigin-RevId: 226240619
2018-12-19 19:39:41 -08:00
Russell Power
4b780e46dc Remove unneeded locks in session logging.
PiperOrigin-RevId: 214521486
2018-09-25 16:17:30 -07:00
Russell Power
d388770922 Implement TF graph capture.
PiperOrigin-RevId: 213875284
2018-09-20 13:53:34 -07:00