aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/function.py
Commit message (Expand)AuthorAge
* Updated python3 tf_inspect.getargspec calls to use getfullargspec and repacka...Gravatar IMBurbank2018-09-27
* Update to use python 2-3 compatible function tf_inspect.getfullargspec.Gravatar IMBurbank2018-09-25
* Add support for non-string attributesGravatar A. Unique TensorFlower2018-09-24
* Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* Switch cond_v2 to using tfe.defun instead of function.Defun.Gravatar Skye Wanderman-Milne2018-08-23
* - Remove now unnecessary _use_c_api_hack()Gravatar Asim Shankar2018-08-23
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Add shapes argument to func_graph_from_py_funcGravatar Sourabh Bajaj2018-08-01
* Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* Move cond_v2 to core (non-public) and add toggle to use cond_v2 by default.Gravatar Skye Wanderman-Milne2018-06-15
* Automated g4 rollback of changelist 200500606Gravatar A. Unique TensorFlower2018-06-14
* Automated g4 rollback of changelist 200495346Gravatar A. Unique TensorFlower2018-06-13
* Makes cond_v2 pass in device, container, colocation stacks, and collections t...Gravatar A. Unique TensorFlower2018-06-13
* Fix taking higher-order derivatives of cond_v2.Gravatar Skye Wanderman-Milne2018-06-06
* More handle_data fixing.Gravatar Skye Wanderman-Milne2018-06-04
* Another handle_data fix for graph-mode functions.Gravatar Skye Wanderman-Milne2018-05-31
* Update the docstring on function.Defun to reflect current graph/session freez...Gravatar Brian Patton2018-05-18
* Improvements to function._FuncGraph.Gravatar Skye Wanderman-Milne2018-05-17
* Function should inherit device information from the caller site.Gravatar Youlong Cheng2018-05-14
* Adds _DefinedFunction.stateful_ops.Gravatar A. Unique TensorFlower2018-05-09
* When building functions, capture tensors in `internal_convert_to_tensor`.Gravatar Akshay Agrawal2018-05-08
* 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
* Fix TF_ImportGraphDefResults and TF_Function leaks in Python API.Gravatar Skye Wanderman-Milne2018-04-05
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* Allow experimental string attrs for functions.Gravatar Patrick Nguyen2018-03-29
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Fix fix Defun logic when returning a value captured from an outer scope.Gravatar Derek Murray2018-02-22
* _DefinedFunction.name should be a string.Gravatar Skye Wanderman-Milne2018-01-22
* Fixes issue with using lookup ops in datasets from eager.Gravatar Alexandre Passos2018-01-19
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Hoist function input placeholders out of any control flow context.Gravatar Skye Wanderman-Milne2017-11-30
* Fix typo in tensorflow/python/framework/function.pyGravatar Yifei Feng2017-11-10
* Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* Minimize python code in supporting TF_Function.Gravatar Igor Ganichev2017-10-05
* Add append_hash_to_fn_name arg to TF_GraphToFunctionGravatar Igor Ganichev2017-09-28
* Remove function declaration featureGravatar Igor Ganichev2017-09-26
* Add function description parameter to TF_GraphToFunctionGravatar Igor Ganichev2017-09-20
* Add attribute setting and getting support to TF_FunctionGravatar Igor Ganichev2017-09-19
* Add function gradient support to C APIGravatar Igor Ganichev2017-09-18
* Fix broken test: tensorflow/contrib/eager/python:datasets_testGravatar Asim Shankar2017-09-15
* Adding support for capture-by-value.Gravatar A. Unique TensorFlower2017-09-15
* eager: Support function-valued operation attributes.Gravatar Asim Shankar2017-09-14
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Allow Defun to inherit enclosing XLA compilation scope.Gravatar A. Unique TensorFlower2017-08-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Merge changes from github.Gravatar Benoit Steiner2017-08-04