aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/script_ops.py
Commit message (Expand)AuthorAge
* Correct gradient for multi-output tfe.py_funcGravatar Alexandre Passos2018-09-05
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* BEGIN_PUBLICGravatar Akshay Agrawal2018-08-10
* Merge pull request #21038 from recogni:dev-recogni/bug_20983Gravatar TensorFlower Gardener2018-08-10
|\
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| * [Review Feedback] apply dtype to _convert on non list inputs to py_funcGravatar Shaba Abhiram2018-07-23
| * [BugFix] Fixes #20983 - Store py_func dtypes for correct conversionGravatar Shaba Abhiram2018-07-23
|/
* Fix typosGravatar Taehoon Lee2018-07-09
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* [py_func]: Fix #20021Gravatar Asim Shankar2018-06-15
* Make tfe.py_func once differentiable.Gravatar Akshay Agrawal2018-06-08
* Documentation for tf.contrib.eager.py_funcGravatar Akshay Agrawal2018-05-04
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Match behavior of py_func in graph and eager.Gravatar Alexandre Passos2018-03-27
* Explicitly disallow returning variables from a tfe.py_func.Gravatar Akshay Agrawal2018-03-22
* py_func attaches full stack traces when an error is raised.Gravatar Eugene Brevdo2018-03-07
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Make tf.py_func and tf.smart_cond play better with eager mode.Gravatar Akshay Modi2018-02-16
* Remove a possible ambiguity in the `py_func` documentation.Gravatar A. Unique TensorFlower2018-02-16
* CleanupFunc doesn't need to do cleanup if _py_funcs is already destroyed.Gravatar Akshay Modi2018-02-13
* TFE: Register a GPU kernel for tfe.py_func.Gravatar Akshay Agrawal2018-01-29
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Add tfe.py_func, a tf.py_func-like construct that wraps a Python function and...Gravatar Akshay Agrawal2017-12-07
* Clarifies py_func docs about copy/reference behavior in input args.Gravatar A. Unique TensorFlower2017-11-13
* [tf.data] Use the user-provided type when converting to a NumPy array.Gravatar Derek Murray2017-10-02
* Convert unicode strings to (byte-)strings in py_func (Python3 compatibility)Gravatar Akshay Agrawal2017-09-29
* Add missing $ to guide links.Gravatar Mark Daoust2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add missing $ to guide links.Gravatar Mark Daoust2017-06-08
* Fixes memory leak in py_func when functions return unwrapped strings.Gravatar Alexandre Passos2017-06-05
* Stops py_func from removing itself when the temporary graph created by Defun ...Gravatar Saran Tunyasuvunakool2017-03-22
* Update docs.Gravatar A. Unique TensorFlower2017-02-13
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Document caveats about `tf.py_func()`.Gravatar Derek Murray2016-11-11
* Re-establish ability for py_func to accept Tout as tuple as well as list.Gravatar A. Unique TensorFlower2016-09-22
* Reference py_func in script_ops and remove from whitelist.Gravatar Patrick Nguyen2016-09-21
* Merge changes from github.Gravatar Dan Mané2016-09-09
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Switch to C++ shape inference fns for more ops in image_grad, io_ops,Gravatar A. Unique TensorFlower2016-09-07
* Added 'stateful' parameter to tf.py_func and a stateless version of the op. T...Gravatar A. Unique TensorFlower2016-07-26
* Avoid extra zero padding of strings in py_funcGravatar Geoffrey Irving2016-07-12
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02