aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/function.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
* Handle noinline gradient function in control flow functionalization.Gravatar Tong Shen2018-09-28
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* Allow differentiating tfe.defun functions which contain conds.Gravatar Alexandre Passos2018-07-23
* Add a registration mechanism for experimental executor implementations.Gravatar Derek Murray2018-06-09
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Cleanup for graph functions.Gravatar Akshay Agrawal2018-02-23
* Add shape inference for outside_compilation graph rewrite. Pull out enough of...Gravatar A. Unique TensorFlower2018-02-02
* Automated g4 rollback of changelist 184153187Gravatar Anna R2018-02-01
* Add shape inference for outside_compilation graph rewrite. Pull out enough of...Gravatar A. Unique TensorFlower2018-02-01
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* Add experimental `FunctionLibraryRuntime::InstantiateOptions::state_handle`.Gravatar Derek Murray2018-01-16
* 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
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* Add FunctionDefHashGravatar Igor Ganichev2017-09-27
* Shape inference for user-defined functions in TF. For now it is completely "o...Gravatar Max Galkin2017-09-26
* Change node name index in InstantiateFunction from an unordered map to an ord...Gravatar Peter Hawkins2017-08-31
* Make adding function/gradient definitions atomicGravatar Igor Ganichev2017-08-29
* Infer unknown shapes for functions in C++Gravatar A. Unique TensorFlower2017-08-01
* Fix FunctionDefsEqual to handle multiple attributes.Gravatar A. Unique TensorFlower2017-07-07
* Move duplicate detection logic from Graph to FunctionLibraryDefinitionGravatar Skye Wanderman-Milne2017-07-06
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* 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
* Add a mechanism for ControlFlowContexts to notify outer contexts of nodes add...Gravatar Peter Hawkins2017-05-10
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Remove overly precise CHECK when rendering debug output for a function.Gravatar Derek Murray2017-05-02
* Make FunctionLibraryDefinition::AddFunctionDef() check for conflicting op nameGravatar Skye Wanderman-Milne2017-05-01
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20
* [TF-XLA] Preserve op names when instantiating TensorFlow functions.Gravatar A. Unique TensorFlower2017-04-19
* Change for internal compatibility.Gravatar A. Unique TensorFlower2017-04-11
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
* Replace OpRegistryInterface* with FunctionLibraryDefinition in Graph.Gravatar Skye Wanderman-Milne2017-03-16
* Propagate devices when instantiating function bodies.Gravatar Peter Hawkins2017-02-03
* Delete the FunctionDef.Node code paths, now that we have switchedGravatar A. Unique TensorFlower2017-01-11
* Migrate FunctionDefHelper::Define() to NodeDef functions. For callersGravatar A. Unique TensorFlower2016-12-21
* Fix bug where it would revert to the old function code for functionsGravatar A. Unique TensorFlower2016-12-20
* Re-enable the NodeDef version of functions, fixing issue where PythonGravatar A. Unique TensorFlower2016-12-08