aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/graph_mgr.cc
Commit message (Expand)AuthorAge
* Set step_id in Executor Args to the step_id generated in MasterSession.Gravatar Ayush Dubey2018-09-25
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* tfdbg: remove Experimental tags and obsolete libraryGravatar Shanqing Cai2018-07-13
* Collective Ops Part 8Gravatar A. Unique TensorFlower2018-06-08
* Avoid capturing unused variables in lambda functionsGravatar Benoit Steiner2018-03-12
* 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
* 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
* Remove `FunctionDefLibrary` argument from `Device::MaybeRewriteGraph()`.Gravatar Derek Murray2017-11-15
* Adds a PrefetchWithFn op to contrib/data. Alongwith the FunctionBufferingReso...Gravatar Rohan Jain2017-10-30
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* Using rendezvous manager to pass args / rets between devices during function ...Gravatar Rohan Jain2017-09-08
* 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
* Update API to traffic in unique_ptrs rather than owning raw pointersGravatar A. Unique TensorFlower2017-07-27
* Consolidating the code to fill the partition's function libraryGravatar A. Unique TensorFlower2017-07-27
* Add output_partitions support in distributed runtime.Gravatar Suharsh Sivakumar2017-07-19
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* tfdbg: send encoded GraphDef Event protos in chunks to work around the grpc 4...Gravatar Shanqing Cai2017-05-18
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* tfdbg: improve the way in which the no-debugger-linked error is raisedGravatar Shanqing Cai2017-05-01
* Add TFDBG support to GrpcSessionGravatar Shanqing Cai2017-04-29
* GraphManager::InitItem(): don't pass FunctionLibraryDefinition to Graph ctorGravatar Skye Wanderman-Milne2017-04-17
* Add an env_var tf_sync_on_finish_bool that block until device has finished al...Gravatar A. Unique TensorFlower2017-04-07
* Fix bug where we ignore errors in RecvOutputsAsync.Gravatar Suharsh Sivakumar2017-03-31
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25
* Ensure that partial run doesn't block any threads on the worker compute_pool.Gravatar Suharsh Sivakumar2017-03-15
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Add support for passes that run post-partitioning to OptimizationRegistry.Gravatar Peter Hawkins2017-01-14
* Removes potential crash from GraphMgr.Gravatar A. Unique TensorFlower2017-01-09
* 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
* Fix a bug that in cost model manager, graph ptr is used as key of map but mem...Gravatar Yuefeng Zhou2016-11-04
* Added the ability to collect cost models for distributed sessionsGravatar Benoit Steiner2016-10-26
* Populate cost graph in workers, aggregate and return them in master.Gravatar Yuefeng Zhou2016-10-26
* Added the ability to build cost models for remote workersGravatar Benoit Steiner2016-10-24
* Add experimental partial run to worker interface.Gravatar Suharsh Sivakumar2016-10-17
* Deleted unused codeGravatar Benoit Steiner2016-10-12
* Merge changes from github.Gravatar Dan Mané2016-09-09
* Plumb the per-step resource manager through to the executor used when executi...Gravatar A. Unique TensorFlower2016-08-18
* Using Session's environment in optimization functionsGravatar A. Unique TensorFlower2016-08-11
* Make FunctionLibraryDefinition take the underlying default OpRegistryInterfaceGravatar A. Unique TensorFlower2016-07-13
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Change function library to use a runner passed in from the Run call, instead ofGravatar A. Unique TensorFlower2016-06-01
* TensorFlow: move SimpleGraphExecutionState and some related files fromGravatar Vijay Vasudevan2016-05-02
* Instead of just validating the memory type. Fix them if they are notGravatar A. Unique TensorFlower2016-04-21
* Enable constant folding in L0 optimization level.Gravatar Manjunath Kudlur2016-04-02