This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
STT-tensorflow
/
tensorflow
/
python
/
data
/
util
History
TensorFlower Gardener
315ee4a1b9
Merge pull request
#37856
from Angus-Luo:master
...
PiperOrigin-RevId: 304490479 Change-Id: I7ea0729d31342f588adf2c42e1eb4f15bd725e60
2020-04-02 15:36:41 -07:00
..
BUILD
Moved custom NumPy data types to :ndarray_tensor_types
2019-12-19 12:03:54 -08:00
convert_test.py
…
convert.py
…
nest_test.py
…
nest.py
Export the utils functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA and MLIR are using the pybind11 macros already. Please refer to
https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md
for more information.
2019-08-22 17:19:05 -07:00
options_test.py
…
options.py
…
random_seed_test.py
Make tf.random.get_seed() doesn't depend on op count, but the number of calls to it.
2020-02-11 14:40:12 -08:00
random_seed.py
[tf.data] Removing unnecessary / misleading "compat.v1" references from tf.data documentation.
2020-01-30 15:37:27 -08:00
sparse_test.py
Inlined tensor_shape.{scalar,vector,matrix}
2019-07-23 15:33:44 -07:00
sparse.py
fix indentation
2020-03-31 13:56:41 +08:00
structure_test.py
minor spelling tweaks
2020-02-11 15:09:21 +09:00
structure.py
Rolling back a change that broke backwards compatibility.
2020-03-25 09:57:35 -07:00
traverse_test.py
Replace list comprehension with generator expressions.
2019-12-16 12:26:12 -08:00
traverse.py
…