aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/executor.cc
Commit message (Expand)AuthorAge
* Add a tracing::ScopedActivity event to track the duration of a Session::Run()Gravatar A. Unique TensorFlower2018-10-08
* Make ExecutorState preserve the thread context.Gravatar A. Unique TensorFlower2018-10-08
* Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* Executor: Move `GetNodeAttr()` off the critical path for loop execution.Gravatar Derek Murray2018-09-21
* Internal change.Gravatar A. Unique TensorFlower2018-09-20
* Putting `NodeExecStatsWrapper` behind an interface and providing a light-weig...Gravatar Jiri Simsa2018-09-18
* Merge pull request #21950 from naurril:bugfix-memleakGravatar TensorFlower Gardener2018-08-31
|\
* | Reduce overhead in Executor critical section.Gravatar Derek Murray2018-08-31
| * Fix possible memory leakGravatar naurril2018-08-29
|/
* Simplify executor vlog for not dead nodes.Gravatar Jacques Pienaar2018-08-24
* Move stats collection presentation-layer logic inside NodeExecStatsWrapper.Gravatar Derek Murray2018-08-16
* Add a virtual interface for the executor side of stats collection.Gravatar Derek Murray2018-08-15
* Adding support for collecting op statistics at nano-second granularity.Gravatar Jiri Simsa2018-08-01
* tfdbg: remove Experimental tags and obsolete libraryGravatar Shanqing Cai2018-07-13
* Delete OpKernelContext::is_output_deadGravatar Sanjoy Das2018-07-12
* Add a registration mechanism for experimental executor implementations.Gravatar Derek Murray2018-06-09
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Append device name in executor loggingGravatar James Qin2018-05-16
* Reorder executor NodeItem variable length data section soGravatar A. Unique TensorFlower2018-05-07
* Prepare nodes that will be allocated using ScopedAllocator.Gravatar Ayush Dubey2018-04-30
* Add forward_from_array to OpKernelContext::Params.Gravatar A. Unique TensorFlower2018-04-03
* Fix several data races by acquiring locks.Gravatar A. Unique TensorFlower2018-03-30
* Code cleanup: Made Executor related API take std::unique_ptr<const Graph> ins...Gravatar Mingsheng Hong2018-02-13
* Fix memory tracking in the case where temp memory is used as output memory.Gravatar Yuefeng Zhou2018-02-06
* Check that the type of an implicitly dereferenced tensor matches the expected...Gravatar Derek Murray2018-02-02
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Use `CallFrameInterface` instead of `FunctionCallFrame` in the executor.Gravatar Derek Murray2017-12-05
* OOM error with allocation information.Gravatar A. Unique TensorFlower2017-11-13
* Log in executor when a synchronous node is finished.Gravatar Reed Wanderman-Milne2017-10-06
* Fix stats_collector_ null pointer error.Gravatar A. Unique TensorFlower2017-10-06
* Fix a minor issue w/ allreduceGravatar James Qin2017-10-06
* [XLA:CPU] Make EmitTargetAddressForOp return void (well, technically Status).Gravatar Justin Lebar2017-10-06
* [TF2XLA] Update device name in convert and redo check that name parsing is co...Gravatar Jacques Pienaar2017-10-06
* Fix stats_collector_ null pointer error.Gravatar A. Unique TensorFlower2017-10-06
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* Apply const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-15
* Allow to actually peak_bytes and live_bytes whenGravatar A. Unique TensorFlower2017-08-02
* In ShapeRefiner constant folding, when extracting subgraph, make sure toGravatar A. Unique TensorFlower2017-07-28
* Add stats collection for ops used within functions.Gravatar A. Unique TensorFlower2017-07-14
* Remove HashStr and HashStringPiece (a one-off).Gravatar Justin Lebar2017-07-11
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Allow to track the real memory usage over time.Gravatar A. Unique TensorFlower2017-05-19
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Fix some ClangTidy warnings in third_party/tensorflow/core/common_runtime.Gravatar Derek Murray2017-04-21
* Fix all 64/32 bit warning in core/common_runtime.Gravatar Suharsh Sivakumar2017-04-04