STT-tensorflow/tensorflow/python/ops/numpy_ops
Peng Wang 60cf96348b Adds text-generation colab to numpy_ops/g3doc.
PiperOrigin-RevId: 338386800
Change-Id: If36411ce86bba341ab16716f0ac95bf0cb89b0c8
2020-10-21 20:11:26 -07:00
..
g3doc Adds text-generation colab to numpy_ops/g3doc. 2020-10-21 20:11:26 -07:00
integration_test Use the correct implementation of py_test for numpy_ops tests. 2020-07-22 14:27:02 -07:00
__init__.py Use the github link for limitations guide. 2020-08-13 12:30:45 -07:00
BUILD Enable more TFRT test targets that are newly passing 2020-09-23 11:44:50 -07:00
np_array_ops_test.py Merge pull request from DarrenZhang01:master 2020-09-09 18:25:07 -07:00
np_array_ops.py [TF-numpy] Fixes Resnet50 and Transformer on tfnp@TPU (multi-core), and adds tests for them in trainer_lib_test. Also cleans up trainer_lib_test to remove duplicate code. 2020-10-19 13:27:57 -07:00
np_arrays_test.py tf numpy: some changes to ndarray constructor logic. 2020-06-22 18:01:26 -07:00
np_arrays.py [tf-numpy] add experimental __array_module__ method 2020-08-24 12:06:17 -07:00
np_dtypes.py Some slight improvements for tfnp benchmarks 2020-07-11 13:11:29 -07:00
np_export.py Exports tf-numpy symbols under tf.experimental.numpy. Golden files for tf.experimental.numpy are put under tensorflow/third_party/py/numpy/tf_numpy_api instead of the usual golden file location. 2020-07-15 17:23:14 -07:00
np_interop_test.py [tf-numpy] add experimental __array_module__ method 2020-08-24 12:06:17 -07:00
np_logic_test.py
np_math_ops_test.py Add the vdot op to tf-numpy. 2020-06-17 13:14:45 -07:00
np_math_ops.py Clip method on ndarray 2020-08-24 17:54:59 -07:00
np_random_test.py tf.numpy: Add support for functions in np.random module. 2020-06-21 22:02:36 -07:00
np_random.py tf.numpy: Add support for functions in np.random module. 2020-06-21 22:02:36 -07:00
np_utils_test.py Convert the np.xxx to a markdown link and remove the bare url 2020-07-17 13:11:45 -07:00
np_utils.py [TF-numpy] Adds a validator for numpy doc links, and fixes broken links. 2020-07-31 15:30:21 -07:00
README.md Add module comments for tf.experimental.numpy. Point Github README.md to 2020-07-22 23:25:29 -07:00

This module implements tf.experimental.numpy APIs, which provide NumPy APIs implemented on top of TensorFlow.

Please see TensorFlow NumPy API Documentation.