aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/function_test.cc
Commit message (Expand)AuthorAge
* Allow the executor type for a function to be specified as an attr on a function.Gravatar Derek Murray2018-10-10
* Enable unused "_Arg" nodes to be pruned from a function body.Gravatar Derek Murray2018-09-06
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* Add a registration mechanism for experimental executor implementations.Gravatar Derek Murray2018-06-09
* Make GraphConstructor create nodes in the same order as the GraphDef.Gravatar Skye Wanderman-Milne2018-05-31
* [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
* Fix flakiness in common_runtime/function_test.cc.Gravatar Derek Murray2018-03-09
* 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
* [TF:XLA] Making constant folding deterministic.Gravatar Yunxing Dai2018-02-05
* Changes the CapturedFunction implementation to not create a new FunctionLibra...Gravatar Rohan Jain2018-01-17
* Add experimental `FunctionLibraryRuntime::InstantiateOptions::state_handle`.Gravatar Derek Murray2018-01-16
* Increase number of inlined elements in EdgeSet from 2 to 4 to speed up graph ...Gravatar A. Unique TensorFlower2018-01-11
* 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
* [tf.data] Use a more efficient dispatch mechanism for functions in datasets.Gravatar Derek Murray2017-12-11
* 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
* Move "Call" helper function to testlib so that other tests in common_runtime ...Gravatar Max Galkin2017-09-20
* 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
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* Update API to traffic in unique_ptrs rather than owning raw pointersGravatar A. Unique TensorFlower2017-07-27
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Make function instantiation use std::vector<NodeDef> instead of GraphDefGravatar Geoffrey Irving2017-06-01
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Fix bug when inlining function calls inside a control-flow construct.Gravatar Peter Hawkins2017-05-06
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* This CL removes the Graph.edge_set_ field. This field stores a set of the Ed...Gravatar A. Unique TensorFlower2017-05-01
* Fix some ClangTidy warnings in third_party/tensorflow/core/common_runtime.Gravatar Derek Murray2017-04-21
* [TF-XLA] Preserve op names when instantiating TensorFlow functions.Gravatar A. Unique TensorFlower2017-04-19
* Add support for passes that run post-partitioning to OptimizationRegistry.Gravatar Peter Hawkins2017-01-14
* Migrate FunctionDefHelper::Define() to NodeDef functions. For callersGravatar A. Unique TensorFlower2016-12-21
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Switch FIXME to TODOGravatar Asim Shankar2016-12-01
* Change shape ops that produce int32s to also output int64s in the typeGravatar Vijay Vasudevan2016-09-06
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Begin transition to use NodeDef in FunctionDef instead ofGravatar A. Unique TensorFlower2016-08-22