aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/function_test.cc
Commit message (Expand)AuthorAge
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Add FunctionDefHashGravatar Igor Ganichev2017-09-27
* 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
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Minor cleanupGravatar A. Unique TensorFlower2017-06-07
* 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
* Make FunctionLibraryDefinition::AddFunctionDef() check for conflicting op nameGravatar Skye Wanderman-Milne2017-05-01
* [TF-XLA] Preserve op names when instantiating TensorFlow functions.Gravatar A. Unique TensorFlower2017-04-19
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
* Replace OpRegistryInterface* with FunctionLibraryDefinition in Graph.Gravatar Skye Wanderman-Milne2017-03-16
* 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
* Switch FIXME to TODOGravatar Asim Shankar2016-12-01
* Fix bug with control deps in (experimental) NodeDef function bodies.Gravatar A. Unique TensorFlower2016-11-17
* Internal change.Gravatar Dan Smilkov2016-11-08
* Improve support for FunctionDefs using NodeDef.Gravatar A. Unique TensorFlower2016-08-28
* Better backwards compatibility for graphs that use functions.Gravatar A. Unique TensorFlower2016-08-26
* Begin transition to use NodeDef in FunctionDef instead ofGravatar A. Unique TensorFlower2016-08-22
* Make FunctionLibraryDefinition take the underlying default OpRegistryInterfaceGravatar A. Unique TensorFlower2016-07-13
* In C++ shape inference, support registering a shape inference function in OPGravatar A. Unique TensorFlower2016-06-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Updates FunctionLibraryDefinition to enable adding function definitions (enab...Gravatar A. Unique TensorFlower2016-04-28
* Restrict the use of OUT_OF_RANGE to what it was intended to.Gravatar A. Unique TensorFlower2016-04-11
* Remove no-longer-needed RequireDefaultOps().Gravatar Josh Levenberg2016-02-25
* TensorFlow: ASSERT_OK and EXPECT_OK are also defined in other projectsGravatar Vijay Vasudevan2016-01-27
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* More function support.Gravatar A. Unique TensorFlower2016-01-20
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06