aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/direct_session.h
Commit message (Expand)AuthorAge
* 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
* Updated DirectSession::RecvOutputs to take into account the session timeouts.Gravatar Benoit Steiner2016-11-18
* 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
* tfdbg core: support using different tensor watches across DirectSession::Run ...Gravatar Shanqing Cai2016-10-25
* Simplify locking in SimpleGraphExecutionState.Gravatar Derek Murray2016-10-10
* Clean up locking in DirectSession.Gravatar Suharsh Sivakumar2016-09-08
* Automated rollback of change 131991729Gravatar Olivia Nordquist2016-09-02
* Clean up locking in DirectSession.Gravatar Suharsh Sivakumar2016-09-01
* Add Reset implementation for DirectSession.Gravatar Suharsh Sivakumar2016-08-31
* Plumb the per-step resource manager through to the executor used when executi...Gravatar A. Unique TensorFlower2016-08-18
* Fix issue where the wrong version of the function library was used after part...Gravatar A. Unique TensorFlower2016-08-02
* Automated rollback of change 127562075Gravatar Shanqing Cai2016-07-19
* Automated rollback of change 127562075Gravatar Shanqing Cai2016-07-18
* tfdb: Debug nodes inserterGravatar Shanqing Cai2016-07-15
* Refactoring: Use std::unique_ptr<> to maintain pointer ownership in more plac...Gravatar A. Unique TensorFlower2016-07-14
* TF debugger core callback and DebugGatewayGravatar Shanqing Cai2016-06-25
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fixes a bug in the locking discipline in `DirectSession`.Gravatar Derek Murray2016-05-31
* Add the ability to return the cost model to the client as part of run metadata.Gravatar Yuan Yu2016-05-18
* Allow configuration of multiple per-session thread pools for inter-opGravatar A. Unique TensorFlower2016-05-18
* Change behavior of DirectSession so that it places the entire graphGravatar Vijay Vasudevan2016-05-12
* Integrate the memory optimizer from the OR team and cost model.Gravatar Yuan Yu2016-04-28
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10
* Switch Docker instructions to always `--pull` on build.Gravatar Craig Citro2016-03-24
* Rename RunOutputs -> RunMetadata proto.Gravatar Dan Smilkov2016-03-21
* Added timeout support for Session APIs.Gravatar Sherry Moore2016-03-03
* Minor: default-construct RunOptions and RunOutputs in vanilla Run().Gravatar Zongheng Yang2016-02-29
* Adds RunWithOpts() that takes a per-step RunOptions and RunOutputs toGravatar A. Unique TensorFlower2016-02-26
* Add a step_id field to the OpKernelContext indicating which stepGravatar A. Unique TensorFlower2016-02-25
* Add correct dependencies to sdca ops to fix build breakage.Gravatar A. Unique TensorFlower2016-02-24
* To statically check if a fetch can be computed with the current feeds, we kee...Gravatar Yuan Yu2016-02-12
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* Supports functions in tf.Session().Gravatar A. Unique TensorFlower2015-12-22
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11