aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/function.cc
Commit message (Expand)AuthorAge
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* Enable unused "_Arg" nodes to be pruned from a function body.Gravatar Derek Murray2018-09-06
* [FLR] Simplify the Run() (custom callframe) implementation.Gravatar Derek Murray2018-09-05
* Set collective_executor in function CallOp from OpKernelContext.Gravatar Ayush Dubey2018-08-30
* Minor performance improvements in [Process]FunctionLibraryRuntime.Gravatar Derek Murray2018-08-30
* [tf.data] Move captured function instantiation to iterator initialization time.Gravatar Derek Murray2018-08-21
* Allow differentiating tfe.defun functions which contain conds.Gravatar Alexandre Passos2018-07-23
* Make functions defined with tfe.defun respect devices when executing.Gravatar Akshay Agrawal2018-07-03
* Setting alloc_attrs for sends and recvs correctly for remote function calls.Gravatar Rohan Jain2018-06-26
* SymbolicGradient for some resource variables.Gravatar Alexandre Passos2018-06-20
* Enables `If` operator lowering in cond_v2 when XLA is disabled. Lowering allo...Gravatar A. Unique TensorFlower2018-06-18
* Add a registration mechanism for experimental executor implementations.Gravatar Derek Murray2018-06-09
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* [Functions] Fix unbounded memory growth in FunctionLibraryRuntime.Gravatar Derek Murray2018-05-09
* [Remote functions] Only set the default runner *after* resolving the remote FLR.Gravatar Derek Murray2018-05-07
* Change refs/unrefs of FLR.Gravatar A. Unique TensorFlower2018-04-22
* Getting rid of the threadpool from FunctionBufferingResource. It wasn't reall...Gravatar Rohan Jain2018-03-29
* Fixes a race condition in function instantiation.Gravatar Derek Murray2018-03-11
* Allowing for FunctionLibraryRuntime::Run calls to not be provided with a runn...Gravatar Rohan Jain2018-03-09
* Cleanup for graph functions.Gravatar Akshay Agrawal2018-02-23
* Code cleanup: Made Executor related API take std::unique_ptr<const Graph> ins...Gravatar Mingsheng Hong2018-02-13
* [tf.data] Fix use-after-free bug when closing down an input pipeline.Gravatar Derek Murray2018-02-05
* Fix a bug in function inlining when the argument is an implicitly dereference...Gravatar Derek Murray2018-02-02
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Changes the CapturedFunction implementation to not create a new FunctionLibra...Gravatar Rohan Jain2018-01-17
* Add experimental `FunctionLibraryRuntime::InstantiateOptions::overlay_lib`.Gravatar Derek Murray2018-01-09
* Add `FunctionLibraryRuntime::InstantiateOptions` struct (take 2).Gravatar Derek Murray2018-01-05
* Automated g4 rollback of changelist 180848930Gravatar James Qin2018-01-05
* Add `FunctionLibraryRuntime::InstantiateOptions` struct.Gravatar Derek Murray2018-01-04
* Run C++ control flow validation on FunctionDefs before running.Gravatar Skye Wanderman-Milne2018-01-03
* Prune unused stateless nodes from function bodies.Gravatar Derek Murray2017-12-18
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* [tf.data] Use a more efficient dispatch mechanism for functions in datasets.Gravatar Derek Murray2017-12-11
* Use `CallFrameInterface` instead of `FunctionCallFrame` in the executor.Gravatar Derek Murray2017-12-05
* Fix a bug in CreateItem of FunctionLibraryRuntimeImpl.Gravatar A. Unique TensorFlower2017-12-02
* Adds a ReleaseHandle method to the FunctionLibraryRuntime interface that allo...Gravatar Rohan Jain2017-12-01
* Adding support for local device names for ProcessFLR. Now one can specify a r...Gravatar Rohan Jain2017-11-01
* Adds a PrefetchWithFn op to contrib/data. Alongwith the FunctionBufferingReso...Gravatar Rohan Jain2017-10-30
* Making sure that the src_incarnation field on the ParsedKey for the Send and ...Gravatar Rohan Jain2017-09-13
* Using rendezvous manager to pass args / rets between devices during function ...Gravatar Rohan Jain2017-09-08
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-17
* Automated g4 rollback of changelist 165521057Gravatar Rohan Jain2017-08-17
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-16
* Don't remove leaf identity nodes, they are used in some models as fetch nodes...Gravatar A. Unique TensorFlower2017-08-03
* Add the option of including Shape, ShapeN, Size and Rank in the standard Tens...Gravatar A. Unique TensorFlower2017-07-31
* Avoid direct access to Node::def() where some other method works.Gravatar A. Unique TensorFlower2017-07-31
* Update API to traffic in unique_ptrs rather than owning raw pointersGravatar A. Unique TensorFlower2017-07-27
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25