aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/script_ops.py
Commit message (Expand)AuthorAge
* 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
* Slightly improve py_func documentationGravatar A. Unique TensorFlower2016-04-29
* Ensure that PyFunc arrays are C-ordered.Gravatar A. Unique TensorFlower2016-04-23
* Added support for returning a tuple in tf.py_func.Gravatar A. Unique TensorFlower2016-03-01
* Moves the typecast of a returned value to a np.array from C++ toGravatar A. Unique TensorFlower2016-01-12
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05