aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/process_function_library_runtime.cc
Commit message (Expand)AuthorAge
* Minor performance improvements in [Process]FunctionLibraryRuntime.Gravatar Derek Murray2018-08-30
* Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* [Functions] Fix unbounded memory growth in FunctionLibraryRuntime.Gravatar Derek Murray2018-05-09
* Automated g4 rollback of changelist 195120627Gravatar Peter Hawkins2018-05-09
* Automated g4 rollback of changelist 194981511Gravatar Peter Hawkins2018-05-02
* Add a pointer from Device to its owning DeviceMgr.Gravatar Peter Hawkins2018-05-01
* Change refs/unrefs of FLR.Gravatar A. Unique TensorFlower2018-04-22
* Enable remote functions for TPU_SYSTEM.Gravatar Akshay Agrawal2018-04-13
* ProcFLR: Include the remote function target in the function_keyGravatar Brennan Saeta2018-03-09
* Allowing for FunctionLibraryRuntime::Run calls to not be provided with a runn...Gravatar Rohan Jain2018-03-09
* Fixes a bug where the ProcFLR doesn't lookup existing instantiations in theGravatar Rohan Jain2018-03-08
* Lower logging levels of acceptable conditionsGravatar Brennan Saeta2018-03-05
* Don't release kInvalidHandle.Gravatar Rohan Jain2018-02-13
* Misc cleanups and tweaks:Gravatar Mingsheng Hong2018-02-05
* [tf.data] Fix use-after-free bug when closing down an input pipeline.Gravatar Derek Murray2018-02-05
* A few tweaks to add const to functions and member fields.Gravatar A. Unique TensorFlower2018-01-29
* 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
* 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
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* 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
* Creates a ProcessFunctionLibraryRuntime object that manages / owns all the Fu...Gravatar Rohan Jain2017-08-03