aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/direct_session.cc
Commit message (Expand)AuthorAge
* Add a tracing::ScopedActivity event to track the duration of a Session::Run()Gravatar A. Unique TensorFlower2018-10-08
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-28
* Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-27
* Clean up unused members in DirectSession and Executor.Gravatar Derek Murray2018-09-27
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* Replace iter->second with partition_graph in DirectSession::RunGravatar James Keeling2018-09-13
* BEGIN_PUBLICGravatar Ayush Dubey2018-08-31
* Automated rollback of commit 73a3477356990f2451e220f553c9d7782df836acGravatar Ayush Dubey2018-08-30
* Initialize collective_graph_key based on the graph if unspecified in RunOptions.Gravatar Ayush Dubey2018-08-30
* Add a virtual interface for the executor side of stats collection.Gravatar Derek Murray2018-08-15
* Use configured executor type in direct_session. Adds executor_type to config ...Gravatar A. Unique TensorFlower2018-07-30
* Allow differentiating tfe.defun functions which contain conds.Gravatar Alexandre Passos2018-07-23
* Internal changeGravatar A. Unique TensorFlower2018-07-23
* Automated rollback of commit 2936833c7e22c102ff2b82e3f4e261b94602fbccGravatar Reed Wanderman-Milne2018-07-17
* Automated rollback of commit d98b99d1cd4337ee11e7cbc4c9b6324f0e381502Gravatar Reed Wanderman-Milne2018-07-13
* tfdbg: remove Experimental tags and obsolete libraryGravatar Shanqing Cai2018-07-13
* Add version of SessionFactory::NewSession that returns Status.Gravatar Reed Wanderman-Milne2018-07-13
* tfdbg: Fix compatibility with C++ MakeCallable and _make_callable_from_optionsGravatar Shanqing Cai2018-06-28
* Disable collective ops support on Android builds.Gravatar Timon Van Overveldt2018-06-14
* Collective Ops Part 8Gravatar A. Unique TensorFlower2018-06-08
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Getting rid of the threadpool from FunctionBufferingResource. It wasn't reall...Gravatar Rohan Jain2018-03-29
* Switch BuildGraphOptions to wrap CallableOptions.Gravatar Derek Murray2018-03-12
* Add experimental Session::MakeCallable() API and implement it for DirectSession.Gravatar Derek Murray2018-03-09
* Allowing for FunctionLibraryRuntime::Run calls to not be provided with a runn...Gravatar Rohan Jain2018-03-09
* Code cleanup: Made Executor related API take std::unique_ptr<const Graph> ins...Gravatar Mingsheng Hong2018-02-13
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Fixes FunctionLibraryRuntime to be destroyed before ExecutorImpl when NewLoca...Gravatar A. Unique TensorFlower2018-01-25
* Changes the CapturedFunction implementation to not create a new FunctionLibra...Gravatar Rohan Jain2018-01-17
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Enable TF_GPU_THREAD_MODE and TF_GPU_THREAD_COUNT support in distributed Tens...Gravatar Derek Murray2017-12-13
* Fix bug in kernel creation with functions marked "stateful".Gravatar Derek Murray2017-12-12
* Support different threading modes in GPU device.Gravatar Xiaoqiang Zheng2017-12-11
* Automated g4 rollback of changelist 175593063Gravatar A. Unique TensorFlower2017-11-20
* Rename GPUTracer to DeviceTracer.Gravatar Eugene Brevdo2017-11-20
* Remove `FunctionDefLibrary` argument from `Device::MaybeRewriteGraph()`.Gravatar Derek Murray2017-11-15
* OOM error with allocation information.Gravatar A. Unique TensorFlower2017-11-13
* Automated g4 rollback of changelist 175563786Gravatar A. Unique TensorFlower2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* Apply const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-19
* SimpleGraphExecutionState -> GraphExecutionStateGravatar Suharsh Sivakumar2017-09-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Creates a ProcessFunctionLibraryRuntime object that manages / owns all the Fu...Gravatar Rohan Jain2017-08-03
* Add the option of including Shape, ShapeN, Size and Rank in the standard Tens...Gravatar A. Unique TensorFlower2017-07-31
* Make TF_RESOURCE memory handling consistent with other types.Gravatar Asim Shankar2017-07-31