STT-tensorflow/tensorflow/c/experimental
Xiao Yu 0ea0c474d3 Allow cancelling a Recv_ op via cancellation_manager.
We already have StartAbort method in Rendezvous, which can abort all send/recv_ ops that use this rendezvous instance. It works well in TF 1.x with session. However, in 2.0, all eager operations will use the same rendezvous, we need to have more fine-grained cancellation mechanism.

PiperOrigin-RevId: 260072453
2019-07-25 20:13:39 -07:00
..
BUILD Adjust structure of all BUILD files to recommended style (https://docs.bazel.build/versions/master/skylark/build-style.html#file-structure), moving loads to top. 2019-06-07 10:25:52 -07:00
network_internal.h First check-in for V1 of Networking C API. 2019-04-25 13:47:40 -07:00
network_test.cc First check-in for V1 of Networking C API. 2019-04-25 13:47:40 -07:00
network.cc First check-in for V1 of Networking C API. 2019-04-25 13:47:40 -07:00
network.h First check-in for V1 of Networking C API. 2019-04-25 13:47:40 -07:00
rendezvous_internal.h First check-in for V1 of Networking C API. 2019-04-25 13:47:40 -07:00
rendezvous.cc Allow cancelling a Recv_ op via cancellation_manager. 2019-07-25 20:13:39 -07:00
rendezvous.h First check-in for V1 of Networking C API. 2019-04-25 13:47:40 -07:00