aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Add compression options to Python's TFRecordOptionsGravatar A. Unique TensorFlower2018-09-06
* Support converting eager tensor to tf.float16 if a numpy half is passed.Gravatar Akshay Modi2018-09-05
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* EIGEN_MAX_ALIGN_BYTES can be zero when vectorization is disabled. In that cas...Gravatar A. Unique TensorFlower2018-08-20
* Add out_status to py_record_writer.writeGravatar A. Unique TensorFlower2018-08-16
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Merge pull request #21319 from tensorflow:mrry-patch-1Gravatar TensorFlower Gardener2018-08-09
|\
* | Fix build issue on mac with python-2.7.10 and clang 9.1.0Gravatar Yong Tang2018-08-08
* | Add nullptr checks so that Write() and Flush() fail instead of segfaultGravatar A. Unique TensorFlower2018-08-06
* | Change PyRecordWriter destructor order so that file_ is still available for w...Gravatar A. Unique TensorFlower2018-08-03
* | Fix potential use-after-free bug introduced in commitGravatar Asim Shankar2018-08-02
| * Add a defensive comment about the TOCTOU raceGravatar Derek Murray2018-08-02
* | Python 3.7 Compatibility: Py_UnicodeAsUTF8AndSize() returns a "const char*"Gravatar Asim Shankar2018-08-01
| * [tf.py_func()] Check Python interpreter state before callGravatar Derek Murray2018-08-01
|/
* Fix import order in interpreter_wrapper.h.Gravatar Nupur Garg2018-07-13
* [eager]: Fix bug in converting pandas objects to Tensors.Gravatar Asim Shankar2018-07-02
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Extract tf_record_test.py from reader_ops_test.pyGravatar A. Unique TensorFlower2018-06-18
* [TF:XLA] Add a XlaSort operator that directly wraps the Sort HLO.Gravatar Peter Hawkins2018-06-18
* [py_func]: Fix #20021Gravatar Asim Shankar2018-06-15
* Ask NumPy for read only array when converting it to Tensor.Gravatar Eugene Zhulenev2018-06-08
* Use memmove instead of memcpy for the large tensors on Linux.Gravatar Eugene Zhulenev2018-06-06
* When converting a numpy float64 to an EagerTensor, always ensure that itGravatar Akshay Modi2018-05-24
* Resolve name collisions with assets in SavedModels by deduplicating names thatGravatar Karmel Allison2018-05-23
* Internal cleanup to remove a difference from the code on github.Gravatar A. Unique TensorFlower2018-05-23
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* Make CPython implementation function type-correct, which removes UB from call...Gravatar A. Unique TensorFlower2018-05-13
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Fix for: Suggest braces around initialization of subobject.Gravatar Brian Patton2018-04-20
* Change the TF record reader to use 16MB buffering by default in order to impr...Gravatar A. Unique TensorFlower2018-04-20
* Apply "Raise exception in SWIG on bad TF_Status" to base.iGravatar Akshay Modi2018-04-03
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* Fix buffer overflow when fetching resources.Gravatar Alexandre Passos2018-03-25
* Moves TensorHandle to common_runtimeGravatar Alexandre Passos2018-03-25
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Fix another eager PyObject leakGravatar Allen Lavoie2018-03-12
* Extend TF Eager C API to allow asynchronous execution.Gravatar A. Unique TensorFlower2018-03-12
* py_func attaches full stack traces when an error is raised.Gravatar Eugene Brevdo2018-03-07
* Keep track of eager op device for tensor handles. Force-colocates ops using r...Gravatar Alexandre Passos2018-03-01
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* TFE: Register a GPU kernel for tfe.py_func.Gravatar Akshay Agrawal2018-01-29
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24