aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/function_test.py
Commit message (Expand)AuthorAge
* Small cleanup in function_test.Gravatar Gunhan Gulsoy2018-10-09
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Add support for non-string attributesGravatar A. Unique TensorFlower2018-09-24
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Fix bug in SetResourceHandleShapeAndType.Gravatar Skye Wanderman-Milne2018-07-12
* Add more test cases in function_testGravatar Youlong Cheng2018-05-17
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Function should inherit device information from the caller site.Gravatar Youlong Cheng2018-05-14
* Adds _DefinedFunction.stateful_ops.Gravatar A. Unique TensorFlower2018-05-09
* If two identical functions are given different grad func,Gravatar A. Unique TensorFlower2018-04-27
* Preserve guarantees about const-ness when creating TensorFlow functions.Gravatar Akshay Agrawal2018-04-25
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Update the rewriter options with the optimizer optionsGravatar Benoit Steiner2018-04-06
* Allow experimental string attrs for functions.Gravatar Patrick Nguyen2018-03-29
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Fix fix Defun logic when returning a value captured from an outer scope.Gravatar Derek Murray2018-02-22
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fix a bug in function inlining when the argument is an implicitly dereference...Gravatar Derek Murray2018-02-02
* Dedup control dependencies where the node already depends on the source as a ...Gravatar A. Unique TensorFlower2018-01-24
* Add `FunctionLibraryRuntime::InstantiateOptions` struct (take 2).Gravatar Derek Murray2018-01-05
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Automated g4 rollback of changelist 178759398Gravatar Derek Murray2017-12-13
* Fix bug in kernel creation with functions marked "stateful".Gravatar Derek Murray2017-12-12
* Automated g4 rollback of changelist 178675527Gravatar Derek Murray2017-12-12
* Mark a FunctionDef's signature as stateful when it contains a stateful node.Gravatar Derek Murray2017-12-11
* Hoist function input placeholders out of any control flow context.Gravatar Skye Wanderman-Milne2017-11-30
* allows tf.Print to print empty data list and changes a noop test in function_...Gravatar Olivia Nordquist2017-11-10
* Support SymbolicGradient for functions with non-trainable arguments.Gravatar RJ Ryan2017-10-30
* Fix SIGSEGV in GraphRunner::Run when called with a function library for a non...Gravatar A. Unique TensorFlower2017-10-25
* Minimize python code in supporting TF_Function.Gravatar Igor Ganichev2017-10-05
* Remove function declaration featureGravatar Igor Ganichev2017-09-26
* Run more function tests with C API enabledGravatar Igor Ganichev2017-09-19
* Add attribute setting and getting support to TF_FunctionGravatar Igor Ganichev2017-09-19
* Add function gradient support to C APIGravatar Igor Ganichev2017-09-18
* Adding support for capture-by-value.Gravatar A. Unique TensorFlower2017-09-15
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* graph_to_function_def gets its own fileGravatar Alexandre Passos2017-07-31
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25
* GPU kernel for var_is_initialized_opGravatar Alexandre Passos2017-06-09
* Adds support to non-placeholder inputs in _graph_to_function_def.Gravatar Alexandre Passos2017-05-31
* Fix bug when inlining function calls inside a control-flow construct.Gravatar Peter Hawkins2017-05-06
* [TF-XLA] Preserve op names when instantiating TensorFlow functions.Gravatar A. Unique TensorFlower2017-04-19
* Allow variable reuse in function.Gravatar A. Unique TensorFlower2017-03-31
* Copy handle dtype and shape to the placeholders created inside Defun contextGravatar A. Unique TensorFlower2017-03-30
* Increase tolerance in function_test to reduce flakiness.Gravatar Gunhan Gulsoy2017-03-13
* Fix unsuccessful opdef lookup when function was not created via Defun.Gravatar A. Unique TensorFlower2017-03-10
* Hoist resource variable reads outside functions.Gravatar Alexandre Passos2017-03-06