aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/py_func_test.py
Commit message (Expand)AuthorAge
* Correct gradient for multi-output tfe.py_funcGravatar Alexandre Passos2018-09-05
* Test cleanupsGravatar Asim Shankar2018-09-04
* BEGIN_PUBLICGravatar Akshay Agrawal2018-08-10
* Merge pull request #21038 from recogni:dev-recogni/bug_20983Gravatar TensorFlower Gardener2018-08-10
|\
| * [Review Feedback] remove commented testGravatar Shaba Abhiram2018-07-24
| * [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
|/
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-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
* Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* 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
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* TFE: Register a GPU kernel for tfe.py_func.Gravatar Akshay Agrawal2018-01-29
* Add tfe.py_func, a tf.py_func-like construct that wraps a Python function and...Gravatar Akshay Agrawal2017-12-07
* `tf.py_func`: Handle NumPy arrays of np.object that hold unicode strings.Gravatar Derek Murray2017-10-19
* Use "nullptr" instead of other null pointer constantsGravatar A. Unique TensorFlower2017-10-19
* `tf.py_func`: Handle NumPy arrays of np.object that hold unicode strings.Gravatar Derek Murray2017-10-19
* Convert unicode strings to (byte-)strings in py_func (Python3 compatibility)Gravatar Akshay Agrawal2017-09-29
* Allow py_func.cc to has it's own NDArray<->Tensor logic.Gravatar A. Unique TensorFlower2017-08-24
* Unify the NDArray <-> Tensor conversion.Gravatar A. Unique TensorFlower2017-08-23
* Fixes a reentrant lock issue with tensors using ndarray memory which uses ten...Gravatar Alexandre Passos2017-07-06
* get_attr returns dtype objects instead of raw intsGravatar Vijay Vasudevan2017-05-10
* Improve py_func error handling.Gravatar Eugene Brevdo2017-04-04
* Disable input forwarding for tensors fed from python or returned from py_func.Gravatar Alexandre Passos2017-03-29
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* 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
* Re-establish ability for py_func to accept Tout as tuple as well as list.Gravatar A. Unique TensorFlower2016-09-22
* Merge changes from github.Gravatar Dan Mané2016-09-09
* 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
* Made tf.py_func an aynchrounous operation.Gravatar A. Unique TensorFlower2016-07-12
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Ensure that PyFunc arrays are C-ordered.Gravatar A. Unique TensorFlower2016-04-23
* TensorFlow: Mark PyFunc as a stateful Op, to disable optimizations that cache...Gravatar A. Unique TensorFlower2016-04-22
* Added support for returning a tuple in tf.py_func.Gravatar A. Unique TensorFlower2016-03-01
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Fixing some test errors in Python3 PIP installGravatar A. Unique TensorFlower2016-02-09
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Add support for string types to PyFunc.Gravatar A. Unique TensorFlower2016-02-02
* Allow PyFunc to accept inputs of length zero. This is useful if a pythonGravatar A. Unique TensorFlower2016-02-02
* Moves the typecast of a returned value to a np.array from C++ toGravatar A. Unique TensorFlower2016-01-12