aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/process_function_library_runtime.h
Commit message (Expand)AuthorAge
* Minor performance improvements in [Process]FunctionLibraryRuntime.Gravatar Derek Murray2018-08-30
* [Functions] Fix unbounded memory growth in FunctionLibraryRuntime.Gravatar Derek Murray2018-05-09
* Change refs/unrefs of FLR.Gravatar A. Unique TensorFlower2018-04-22
* Fix several data races by acquiring locks.Gravatar A. Unique TensorFlower2018-03-30
* 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
* 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
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* 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
* 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