STT-tensorflow/tensorflow/python/ops/numpy_ops
Dmitry Volodin 5d3dbcffdb One more
2020-11-17 23:32:17 +03:00
..
g3doc fix typos in python directory 2020-10-29 16:21:24 +03:00
integration_test Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -07:00
__init__.py One more 2020-11-17 23:32:17 +03:00
BUILD Disable np_random_test on windows since it breaks windows nightly builds. 2020-11-16 16:32:25 -08:00
np_array_ops_test.py Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -07:00
np_array_ops.py np.size is always returns int 2020-10-28 22:25:27 +09:00
np_arrays_test.py Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -07:00
np_arrays.py Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -07:00
np_dtypes.py Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -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 Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -07:00
np_logic_test.py Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -07:00
np_math_ops_test.py Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -07:00
np_math_ops.py more effective cond 2020-10-28 22:53:24 +09:00
np_random_test.py Merge pull request from marload:np/poisson 2020-11-06 14:46:24 -08:00
np_random.py Disable np_random_test on windows since it breaks windows nightly builds. 2020-11-16 16:32:25 -08: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 Remove ndarray wrapper from TF Numpy. We return tensors directly. 2020-10-24 15:21:32 -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.