aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib
Commit message (Expand)AuthorAge
...
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Enable and fix some bfloat16 tests.Gravatar A. Unique TensorFlower2018-01-23
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Add comparison ufuncs for numpy bfloat16 type.Gravatar A. Unique TensorFlower2017-12-19
* Make bfloat16 works with complexGravatar A. Unique TensorFlower2017-12-13
* Add tfe.py_func, a tf.py_func-like construct that wraps a Python function and...Gravatar Akshay Agrawal2017-12-07
* Enable bfloat16 use from Python:Gravatar Peter Hawkins2017-12-04
* Raise an exception when converting lists with invalid lengths to Tensors inst...Gravatar Allen Lavoie2017-11-29
* Change "safe pointers" to make the deleters stateless (i.e. a type, not a val...Gravatar A. Unique TensorFlower2017-11-29
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* Do not log an error when `tf.py_func()` raises `StopIteration`.Gravatar Derek Murray2017-11-15
* Removed StringPiece::set and StringPiece::clear, as they have no absl::string...Gravatar A. Unique TensorFlower2017-11-10
* Unicode handling in py2 when eager execution is enabled.Gravatar Alexandre Passos2017-11-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
* Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-28
* Handling empty path names by fixing how TranslateName() works. Currently that...Gravatar Rohan Jain2017-09-22
* Move Python sequence -> TensorFlow Tensor conversion fromGravatar A. Unique TensorFlower2017-09-16
* Factor out Python/C++-bridge safe-pointer helpers into a separate file.Gravatar A. Unique TensorFlower2017-09-07
* 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
* Convert Conv2D forward tests to run in both eager and graph modes.Gravatar A. Unique TensorFlower2017-08-22
* Allow atomic_write_string_to_file to take an overwrite argument (instead of h...Gravatar A. Unique TensorFlower2017-08-22
* Fix parameter naming in docstring and quote it.Gravatar A. Unique TensorFlower2017-08-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Fixes a reentrant lock issue with tensors using ndarray memory which uses ten...Gravatar Alexandre Passos2017-07-06
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Directly depend on the used librariesGravatar A. Unique TensorFlower2017-05-31
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Light refactoring of tf_session_helper.h/ccGravatar Skye Wanderman-Milne2017-05-18
* Propagate any I/O errors during close() when using TFRecordWriter.Gravatar Jonathan Hseu2017-05-17
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Support a list of globs in file_io.get_matching_files.Gravatar Dan Ringwalt2017-05-10
* Small comment fix.Gravatar A. Unique TensorFlower2017-04-28
* Automated rollback of change 154338968Gravatar Jonathan Hseu2017-04-26
* Release the Python GIL around all file_io operations.Gravatar Jonathan Hseu2017-04-26
* Support the whence parameter in GFile's .seek() to match Python's fileGravatar Jonathan Hseu2017-04-19
* Fetch / py_func arguments no longer copy.Gravatar Alexandre Passos2017-04-12
* Improve py_func error handling.Gravatar Eugene Brevdo2017-04-04
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
* Disable input forwarding for tensors fed from python or returned from py_func.Gravatar Alexandre Passos2017-03-29
* py_func no longer copies return values (attempt #3)Gravatar Alexandre Passos2017-03-29
* Automated rollback of change 151332384Gravatar A. Unique TensorFlower2017-03-28