aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/executor.h
Commit message (Expand)AuthorAge
* Clean up unused members in DirectSession and Executor.Gravatar Derek Murray2018-09-27
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Add a virtual interface for the executor side of stats collection.Gravatar Derek Murray2018-08-15
* tfdbg: remove Experimental tags and obsolete libraryGravatar Shanqing Cai2018-07-13
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Code cleanup: Made Executor related API take std::unique_ptr<const Graph> ins...Gravatar Mingsheng Hong2018-02-13
* Avoid unnecessary copying and allocation in `ExecutorBarrier::WhenDone()`.Gravatar Derek Murray2017-12-22
* Use `CallFrameInterface` instead of `FunctionCallFrame` in the executor.Gravatar Derek Murray2017-12-05
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Fix all 64/32 bit warning in core/common_runtime.Gravatar Suharsh Sivakumar2017-04-04
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* 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
* Plumb the per-step resource manager through to the executor used when executi...Gravatar A. Unique TensorFlower2016-08-18
* Make it possible to initialize the step_resource_mgr in the Executor before a...Gravatar A. Unique TensorFlower2016-08-08
* Ensure the FunctionLibraryRuntime passed to the constant-folding executor is ...Gravatar A. Unique TensorFlower2016-08-05
* TF debugger core callback and DebugGatewayGravatar Shanqing Cai2016-06-25
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10
* Fix race in ExecutorBarrier::WhenDone between error thread and delete thread byGravatar A. Unique TensorFlower2016-03-24
* Add optional comprehensive logging of memory allocation/deallocation events. ...Gravatar A. Unique TensorFlower2016-03-01
* Add a step_id field to the OpKernelContext indicating which stepGravatar A. Unique TensorFlower2016-02-25
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: remove simple executor state and has_control_flow flag everywhere.Gravatar Vijay Vasudevan2016-01-11
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* Supports functions in tf.Session().Gravatar A. Unique TensorFlower2015-12-22
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-10
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06