aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib/core
Commit message (Expand)AuthorAge
* Support converting eager tensor to tf.float16 if a numpy half is passed.Gravatar Akshay Modi2018-09-05
* 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
* 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
* | 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
* [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
* 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
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Fix for: Suggest braces around initialization of subobject.Gravatar Brian Patton2018-04-20
* 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
* 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
* TFE: Register a GPU kernel for tfe.py_func.Gravatar Akshay Agrawal2018-01-29
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* 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