aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/direct_session.cc
Commit message (Expand)AuthorAge
...
* Update API to traffic in unique_ptrs rather than owning raw pointersGravatar A. Unique TensorFlower2017-07-27
* Consolidating the code to fill the partition's function libraryGravatar A. Unique TensorFlower2017-07-27
* Allow for platform specific implementations of gpu_tracer.Gravatar A. Unique TensorFlower2017-07-18
* Allow adding new functions to an already-run sessionGravatar Skye Wanderman-Milne2017-07-09
* Allow repeated specification of a node to be fetched in Session::RunGravatar Asim Shankar2017-07-05
* Avoid taking a reference on a temporary return valueGravatar Benoit Steiner2017-06-29
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* When configuring per-session thread pools, allowGravatar A. Unique TensorFlower2017-06-21
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Add session.list_devices() APIGravatar Brennan Saeta2017-05-26
* tfdbg: add device name to deubg opsGravatar Shanqing Cai2017-05-25
* tfdbg: send encoded GraphDef Event protos in chunks to work around the grpc 4...Gravatar Shanqing Cai2017-05-18
* tfdbg: improve the way in which the no-debugger-linked error is raisedGravatar Shanqing Cai2017-05-01
* Add TFDBG support to GrpcSessionGravatar Shanqing Cai2017-04-29
* Distinguish between duplicate feed/fetch and unspecified feed/fetch errors.Gravatar Suharsh Sivakumar2017-04-28
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20
* Fix error messages for missing or unspecified partial run feeds/fetches.Gravatar Suharsh Sivakumar2017-04-19
* Improve efficiency of get_session_handleGravatar Shanqing Cai2017-04-13
* Add an env_var tf_sync_on_finish_bool that block until device has finished al...Gravatar A. Unique TensorFlower2017-04-07
* Fix all 64/32 bit warning in core/common_runtime.Gravatar Suharsh Sivakumar2017-04-04
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* Fix code that ignores tensorflow::Status.Gravatar Justin Lebar2017-03-03
* Changed the second argument of WaitForNotificationWithTimeout() to mean micro...Gravatar Yuan Yu2017-02-16
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* tfdbg core: add core metadata to debugger data stream + better support of con...Gravatar Shanqing Cai2017-02-08
* Fix the logic for skipping warmup steps in cost model.Gravatar Yao Zhang2017-01-30
* Create a fast path for direct session executor lookup to avoid sorting strings.Gravatar Suharsh Sivakumar2017-01-19
* Fix error message in direct_session.Gravatar Suharsh Sivakumar2017-01-17
* Add support for passes that run post-partitioning to OptimizationRegistry.Gravatar Peter Hawkins2017-01-14
* Remove pending inputs from RunState of DirectSession::Run.Gravatar Suharsh Sivakumar2017-01-04
* tfdbg: enable dumping of partition graphs and offline analysis of debug dumpsGravatar Shanqing Cai2016-12-14
* Fix use-after-free in the DirectSession timeout handling code.Gravatar Derek Murray2016-12-13
* tfdbg core: remove unnecessary construction of DebuggerState when there is no...Gravatar Shanqing Cai2016-12-07
* Add a :debug BUILD target which, when linked into a binary, enablesGravatar A. Unique TensorFlower2016-12-07
* Uses containers for per_step resources instead of a separate resource_mgr.Gravatar A. Unique TensorFlower2016-11-28
* Do not always call device->Sync().Gravatar A. Unique TensorFlower2016-11-21
* Updated DirectSession::RecvOutputs to take into account the session timeouts.Gravatar Benoit Steiner2016-11-18
* Fixed a race condition in direct sessions: we shouldn't call RecvOutputs if theGravatar Benoit Steiner2016-11-16
* tfdbg: exclude core/debug from iOS makefile buildGravatar Shanqing Cai2016-11-15
* Enable reuse of a DirectSession after a run times out.Gravatar Derek Murray2016-11-09
* tfdbg core: let RunStateArgs hold a debugger state object, the destructor of ...Gravatar Shanqing Cai2016-11-08
* Remove the GPU runtime from being linked into TensorFlow by default.Gravatar A. Unique TensorFlower2016-10-27
* tfdbg core: support using different tensor watches across DirectSession::Run ...Gravatar Shanqing Cai2016-10-25
* Build the cost model every k steps after the first l steps: this makes itGravatar Benoit Steiner2016-10-12
* Simplify locking in SimpleGraphExecutionState.Gravatar Derek Murray2016-10-10
* A few micro-optimizations / cleanup in tensorflow/core.Gravatar A. Unique TensorFlower2016-10-07