aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/simple_placer.cc
Commit message (Expand)AuthorAge
* SimpleGraphExecutionState -> GraphExecutionStateGravatar Suharsh Sivakumar2017-09-07
* Remove log info about reference edge placement unless user requestsGravatar Vijay Vasudevan2017-08-21
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Avoid direct access to Node::def() where some other method works.Gravatar A. Unique TensorFlower2017-07-31
* This change significantly reduces time and resources used to load large Tenso...Gravatar A. Unique TensorFlower2017-06-01
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* 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
* Reduce CPU time and transient heap demand during graph loading.Gravatar A. Unique TensorFlower2017-05-11
* Make error message when explicitly adding an invalid device more clear.Gravatar Vijay Vasudevan2017-04-26
* Merge changes from github.Gravatar Patrick Nguyen2017-01-17
* SimplePlacer: apply heuristics only if the candidate device is validGravatar Vijay Vasudevan2017-01-09
* Use 'priority' field in device registration to allowGravatar Vijay Vasudevan2017-01-05
* SimplePlacer: List set of registered devices in error message, not just kernels,Gravatar Vijay Vasudevan2016-11-14
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Changes the simple placer to be aware of resource handles.Gravatar A. Unique TensorFlower2016-10-31
* C-API: Add TF_ColocateWith to enable colocation.Gravatar Asim Shankar2016-09-15
* Fix SimplePlacer::ColocateNodes to fail when a device does not support both n...Gravatar RJ Ryan2016-09-02
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* More verbose errors for unregistered kernels.Gravatar A. Unique TensorFlower2016-08-05
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* TensorFlow: implement placement heuristic that takes generator nodesGravatar Vijay Vasudevan2016-06-02
* Remove ShapeN from "IsMetadataOp" private function. In this case,Gravatar Vijay Vasudevan2016-05-31
* SimplePlacer: add heuristic to place metadata ops with their inputs.Gravatar Vijay Vasudevan2016-05-31
* TensorFlow: Add additional debugging info to error messages whenGravatar Vijay Vasudevan2016-05-26
* Change behavior of DirectSession so that it places the entire graphGravatar Vijay Vasudevan2016-05-12
* TensorFlow: Move assignment / choice of device in SimplePlacer out ofGravatar Vijay Vasudevan2016-05-02
* SimplePlacer: remove obsolete / never used @colocation device name (supercededGravatar Vijay Vasudevan2016-05-02
* TensorFlow: Simple placer accepts device mismatches for reference edges.Gravatar Vijay Vasudevan2016-04-25
* TensorFlow: attempt to provide a slightly more actionable error messageGravatar Vijay Vasudevan2016-03-31
* Patching placer to print out a list of devices when a placement cannot be mad...Gravatar A. Unique TensorFlower2016-03-18
* Improve SimplePlacer error message when a device does not exist.Gravatar Derek Murray2016-03-11
* TensorFlow: add "colocate_with" feature that uses _class attribute.Gravatar Vijay Vasudevan2016-03-01
* TensorFlow: Initial support in SimplePlacer for colocation groups,Gravatar Vijay Vasudevan2016-02-24
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06