aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/process_function_library_runtime_test.cc
Commit message (Expand)AuthorAge
* ClangTidy - Legacy cleanup:Gravatar A. Unique TensorFlower2018-05-13
* [Functions] Fix unbounded memory growth in FunctionLibraryRuntime.Gravatar Derek Murray2018-05-09
* Change refs/unrefs of FLR.Gravatar A. Unique TensorFlower2018-04-22
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* 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
* 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
* 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
* 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