aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/makefile
Commit message (Collapse)AuthorAge
* [TF:XLA] Bump open source abseil revision to ↵Gravatar Benjamin Kramer2018-09-28
| | | | | | | | 48cd2c3f351ff188bc85684b84a91b6e6d17d896 This has absl::flat_hash_map in it. PiperOrigin-RevId: 215011713
* Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
| | | | PiperOrigin-RevId: 214700693
* Add "encoding" attribute to string length op, which controls how "string ↵Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | | | length" is defined: * BYTE: The number of bytes in each string. (Default) * UTF8: The number of UTF-8 encoded Unicode code points in each string. RELNOTES: Add option to calculate string length in Unicode characters PiperOrigin-RevId: 214478470
* [tf.data] Adding support for `tf.data.AUTOTUNE` as a special value for the ↵Gravatar Jiri Simsa2018-09-17
| | | | | | | | `num_parallel_calls` argument of `tf.data.Dataset.map()`, `tf.data.Dataset.interleave()`, and `tf.contrib.data.map_and_batch()`. When `tf.data.AUTOTUNE` is specified, the level of parallelism is determined at runtime. The underlying mechanism instruments the input pipeline to build a performance model and then uses the model to find the optimal values for the parallelism knobs. PiperOrigin-RevId: 213283297
* [tf.data] Mechanism for collecting processing time information and modeling ↵Gravatar Jiri Simsa2018-09-11
| | | | | | performance. PiperOrigin-RevId: 212557406
* Adds listdiff_op to android_extended_ops_group1 set.Gravatar A. Unique TensorFlower2018-09-10
| | | | PiperOrigin-RevId: 212366879
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
| | | | PiperOrigin-RevId: 212289067
* Sorting filenames in makefile lists alphabetically.Gravatar Jiri Simsa2018-09-08
| | | | PiperOrigin-RevId: 212119678
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
| | | | PiperOrigin-RevId: 211895566
* Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30
| | | | PiperOrigin-RevId: 210929192
* Update abseil-cpp to fefc836.Gravatar Justin Lebar2018-08-21
| | | | PiperOrigin-RevId: 209720847
* Fully enabled absl and removed TENSORFLOW_USE_ABSL define (as absl is now ↵Gravatar A. Unique TensorFlower2018-08-21
| | | | | | | | always available). Previously, absl was not enabled for mobile or for makefile-based builds. PiperOrigin-RevId: 209648505
* Remove int kernel registrations for tf.nn.softplus and tf.nn.softsign.Gravatar Skye Wanderman-Milne2018-08-21
| | | | PiperOrigin-RevId: 209606318
* Merge pull request #18866 from gpx1000:originGravatar TensorFlower Gardener2018-08-17
|\ | | | | | | PiperOrigin-RevId: 209198062
* | Automated rollback of commit 3021cfae28bc7ae46fd903398f25bb4f0fa4e317.Gravatar Anna R2018-08-13
| | | | | | | | PiperOrigin-RevId: 208514584
* | Automated rollback of commit af25771f4418db658ad4b40a635ea5f2a4c2bbe6. ↵Gravatar Anna R2018-08-12
| | | | | | | | | | | | Revert #21097. PiperOrigin-RevId: 208378106
* | Fix makefile issue by replacing bazel.mirror with github (temporarily)Gravatar Yong Tang2018-08-09
| | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | Hardcode Protobuf library version in contrib/makefilesGravatar Yu-Cheng Ling2018-07-20
| | | | | | | | | | | | | | Note: The Protobuf source in `tensorflow/workspace.bzl` in TensorFlow 1.10 branch does not work. `make distclean` fails and blocks the build process. For now we're hardcoding to the version which is used by TensorFlow 1.9.
* | Adding CPU and GPU kernels for casting to and from uint32 and uint64.Gravatar Jiri Simsa2018-07-18
| | | | | | | | PiperOrigin-RevId: 205129878
* | Automated rollback of commit 0ba51c741981c4f264dc06356a44b89ab9dbacd1Gravatar Rachel Lim2018-07-17
| | | | | | | | PiperOrigin-RevId: 205002413
* | [TF:XLA] Add partial implementation of tf.FIFOQueue for XLA devices (e.g., TPU).Gravatar Peter Hawkins2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | The idea is to have a host-side queue of device tensors. Operators dequeue_many, enqueue_many, and dequeue_up_to are not yet implemented because they require splitting/concatenating tensors, which will require calling into a compiled XLA compilation. Refactor queue operator implementations into libraries separate from the kernel registrations. Add support for ResourceOpKernels that are placed on non-CPU devices. Add support for allocating host-memory tensors during OpKernel construction. PiperOrigin-RevId: 202590292
* | Add warning in TFMobile.Gravatar Nupur Garg2018-06-20
| | | | | | | | PiperOrigin-RevId: 201413517
* | Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201110240
* | Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201033171
* | Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201011811
* | batch_util.h is generally useful so moved to util/ from kernels/ where it ↵Gravatar A. Unique TensorFlower2018-05-22
| | | | | | | | | | | | will be included in the pip package. PiperOrigin-RevId: 197532524
* | Merge changes from github.Gravatar Yifei Feng2018-04-23
| | | | | | | | PiperOrigin-RevId: 194031845
| * fix for AR not being defined.Gravatar Steven Winston2018-04-23
| |
| * Merge commit for internal changesGravatar Yifei Feng2018-04-20
| |\ | |/ |/|
* | Speed up safe_strtod and safe_strtof functions by using double-conversion ↵Gravatar akindyakov2018-04-20
| | | | | | | | | | | | | | | | library Closes #12102. PiperOrigin-RevId: 193696537
| * Fix lite and makefile issueGravatar Yong Tang2018-04-16
|/ | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Improvements to ResourceVariable + Variant code.Gravatar Eugene Brevdo2018-04-06
| | | | | | | | | | * Works in graph + eager modes * Fixed shape inference * Updated shape inference + refiner + constant eval code to support static shape tensor of `-1` meaning unknown shape. * Gather and Scatter for Variants now properly supported. * Variable copy-on-write for Variants now does a more shallow copy (as Variants are not expected to be updated "in-place" inside a variable; instead Variants will be updated via read-update-write inside a CriticalSection) PiperOrigin-RevId: 191975898
* Open sourcing proto/rpc ops.Gravatar Jiri Simsa2018-04-06
| | | | PiperOrigin-RevId: 191962572
* Break FileSystem's dependency on ThreadPool.Gravatar A. Unique TensorFlower2018-03-30
| | | | PiperOrigin-RevId: 191092932
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Added kernels and estimators for Gradient Boosting Trees algorithm.Gravatar Younghee Kwon2018-03-29
| | | | | | | BoostedTreesClassifier and BoostedTreesRegressor are added to tf.estimator. Also some training utility functions are added to tf.contrib.estimator. PiperOrigin-RevId: 190942599
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Update version of nsync used by TensorFlow.Gravatar A. Unique TensorFlower2018-03-20
| | | | | | | | The primary change is that on Linux, the C++11 build of nsync will now use underlying system primitives to implement a semaphore instead of the C++11 primitives, which are currently surprisingly slow on Linux. PiperOrigin-RevId: 189775201
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Remove nsync header files from tensorflow/core/platform/default/mutex.hGravatar A. Unique TensorFlower2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation of tensorflow/core/platform/default/mutex.h uses the nsync library, so mutex.h has included nsync header files. This has been awkward, because each TensorFlow build (bazel, cmake, make, plus the instructions for compiling individual custom ops, on all the various platforms) has needed to handle the include paths correctly, reaching into a package that is downloaded separately from TensorFlow itself. This change avoids that awkwardness, instead taking on two different irritations: - mutex.h now defines two structs that are large enough and aligned enough to contain an nsync_mu and an nsync_cv. This is an abstraction violation, because TensorFlow's source should not need to know how big these data structures are. However, this is unlikely to cause problems because: 1) this is checked by a static assertion in mutex.cc, so we will notice immediately should a change be needed, and 2) this will likely never fail because we have no intent of allowing nsync's data strcutures to get bigger. - The methods of mutex and condition_variable can no longer be inlined, because that too would require mutex.h to include the nsync header files. (Or we'd need to declare the nsync functions directly in mutex.h, which would be another abstraction violation.) However, this is a small imposition because the overhead of a procedure call is typically small. The assumption behind this CL is that these irritations are less important than the ongoing frustration of maintaining the complex include path in multiple build systems. PiperOrigin-RevId: 189079523
* Automated g4 rollback of changelist 185324160Gravatar Guangda Lai2018-02-26
| | | | PiperOrigin-RevId: 187048135
* Merge changes from github.Gravatar Yifei Feng2018-02-22
| | | | PiperOrigin-RevId: 186674197
* Merge changes from github.Gravatar Ankur Taly2018-02-16
| | | | PiperOrigin-RevId: 186073337
* Merge changes from github.Gravatar Michael Case2018-02-07
| | | | PiperOrigin-RevId: 184897758
* Remove makefile build dependency on all_opensource_files, as part of the ↵Gravatar Yifei Feng2018-02-05
| | | | | | effort to remove all_opensource_files #15758. PiperOrigin-RevId: 184601439
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
| | | | PiperOrigin-RevId: 183100142