aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/script_ops.cc
Commit message (Expand)AuthorAge
* Automated g4 rollback of changelist 180691955Gravatar Anna R2018-01-09
* Automated g4 rollback of changelist 180670333Gravatar Anna R2018-01-03
* Removing doc strings from REGISTER_OP calls in core/ops.Gravatar Anna R2018-01-03
* Add tfe.py_func, a tf.py_func-like construct that wraps a Python function and...Gravatar Akshay Agrawal2017-12-07
* Allow tf.py_func to have no return values.Gravatar A. Unique TensorFlower2016-10-01
* Automated rollback of change 134301973Gravatar A. Unique TensorFlower2016-09-27
* Allow tf.py_func to have no return values.Gravatar A. Unique TensorFlower2016-09-26
* Switch to C++ shape inference fns for more ops in image_grad, io_ops,Gravatar A. Unique TensorFlower2016-09-07
* TensorFlow: Annotate UnknownShape common shape function to allGravatar Vijay Vasudevan2016-07-27
* Added 'stateful' parameter to tf.py_func and a stateless version of the op. T...Gravatar A. Unique TensorFlower2016-07-26
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* TensorFlow: Mark PyFunc as a stateful Op, to disable optimizations that cache...Gravatar A. Unique TensorFlower2016-04-22
* Allow PyFunc to accept inputs of length zero. This is useful if a pythonGravatar A. Unique TensorFlower2016-02-02
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05