aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/maven
Commit message (Collapse)AuthorAge
* [Java]: Release 1.11.0Gravatar Asim Shankar2018-09-27
| | | | PiperOrigin-RevId: 214862838
* [Java]: Release 1.11.0-rc2Gravatar Asim Shankar2018-09-24
| | | | PiperOrigin-RevId: 214298224
* [Java]: Release 1.11.0-rc1Gravatar Asim Shankar2018-09-20
| | | | PiperOrigin-RevId: 213882538
* [Java]: Release 1.11.0-rc0Gravatar Asim Shankar2018-09-17
| | | | PiperOrigin-RevId: 213305616
* Rename the artifact IDs for TensorFlow ecosystem jarsGravatar Soila Kavulya2018-08-21
|
* [Java]: Release 1.10.0Gravatar Asim Shankar2018-08-13
| | | | | | Fixes #16660 PiperOrigin-RevId: 208573227
* [Java]: Release 1.10.0-rc1Gravatar Asim Shankar2018-07-31
| | | | PiperOrigin-RevId: 206789652
* [Java]: Remove references to decomissioned ci.tensorflow.orgGravatar Asim Shankar2018-07-31
| | | | PiperOrigin-RevId: 206771402
* [Java]: Release 1.10.0-rc0Gravatar Asim Shankar2018-07-23
| | | | PiperOrigin-RevId: 205753168
* [Java]: Release 1.9.0Gravatar Asim Shankar2018-07-11
| | | | PiperOrigin-RevId: 204114708
* [Java]: Release 1.9.0-rc2Gravatar Asim Shankar2018-07-03
| | | | PiperOrigin-RevId: 203218006
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
| | | | PiperOrigin-RevId: 202585094
* Java: Release 1.9.0-rc1Gravatar Asim Shankar2018-06-18
| | | | PiperOrigin-RevId: 201071358
* Java: Release 1.9.0-rc0 (and update protbuf dependency)Gravatar Asim Shankar2018-06-07
| | | | PiperOrigin-RevId: 199729533
* Java: Release 1.8.0Gravatar Asim Shankar2018-04-28
| | | | PiperOrigin-RevId: 194663800
* Java: Bump release to 1.8.0-rc1Gravatar Asim Shankar2018-04-20
| | | | PiperOrigin-RevId: 193742798
* Java: Bump release to 1.8.0-rc0Gravatar Asim Shankar2018-04-13
| | | | PiperOrigin-RevId: 192850310
* Java: Update to 1.7.0Gravatar Asim Shankar2018-04-02
| | | | PiperOrigin-RevId: 191361364
* Java: Release 1.7.0-rc1Gravatar Asim Shankar2018-03-22
| | | | PiperOrigin-RevId: 190028714
* Java: Released 1.7.0-rc0Gravatar Asim Shankar2018-03-14
| | | | PiperOrigin-RevId: 189067733
* Removing certain attributes from pom-android.xml.Gravatar Amit Patankar2018-03-08
| | | | PiperOrigin-RevId: 188433792
* Java: Update to 1.6.0Gravatar Asim Shankar2018-03-02
| | | | PiperOrigin-RevId: 187595636
* Java: Release 1.6.0-rc1Gravatar Asim Shankar2018-02-15
| | | | PiperOrigin-RevId: 185801747
* Java: Update to 1.6.0-rc0Gravatar Asim Shankar2018-02-06
| | | | PiperOrigin-RevId: 184687994
* Changing the link to point to new android job.Gravatar Amit Patankar2018-02-05
| | | | PiperOrigin-RevId: 184546160
* Java: Update to 1.5.0Gravatar Asim Shankar2018-01-29
| | | | PiperOrigin-RevId: 183718481
* [Java]: Publish 1.5.0-rc1Gravatar Asim Shankar2018-01-13
| | | | PiperOrigin-RevId: 181831249
* Java: Package GPU native libraries in Maven.Gravatar Asim Shankar2018-01-04
| | | | | | | | | | | | | | | | | | | | | And update version to 1.5.0-rc0. Starting with 1.5.0-rc0, it will be possible to use GPUs from TensorFlow Java programs by adding the following to the application's pom.xml: <dependency> <groupId>org.tensorflow</groupId> <artifactId>libtensorflow</artifactId> <version>1.5.0-rc0</version> </dependency> <dependency> <groupId>org.tensorflow</groupId> <artifactId>libtensorflow_jni_gpu</artifactId> <version>1.5.0-rc0</version> </dependency> Updates #12909 PiperOrigin-RevId: 180816468
* Java: Release 1.4.0Gravatar Asim Shankar2017-11-02
| | | | PiperOrigin-RevId: 174391861
* Java: Update release to 1.4.0-rc1Gravatar Asim Shankar2017-10-23
| | | | PiperOrigin-RevId: 173172018
* Deploy maven artifacts to Bintray as well.Gravatar A. Unique TensorFlower2017-09-05
| | | | PiperOrigin-RevId: 167589397
* Java: Release 1.3.0Gravatar Asim Shankar2017-08-17
| | | | PiperOrigin-RevId: 165600112
* Java: Update release to 1.3.0-rc2Gravatar Asim Shankar2017-08-04
| | | | PiperOrigin-RevId: 164309367
* Correct typo in URL formatting.Gravatar A. Unique TensorFlower2017-08-02
| | | | PiperOrigin-RevId: 164060808
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 163914294 by annarev: Refactors build target for gradients_impl to allow code to depend on the gradient generation but not the gradients themselves. -- 163913011 by A. Unique TensorFlower: Use an LLVM-IR version of vector hyperbolic tangent. This lets us: - Inline routine where it is called, eliminated call overhead. - Use AVX instructions in JITed code even if Tensorflow was not built with -mavx. -- 163909534 by A. Unique TensorFlower: Add tensorflow-android to standard TF maven artifacts. -- 163908704 by A. Unique TensorFlower: Go: Update generated wrapper functions for TensorFlow ops. -- 163907709 by A. Unique TensorFlower: Update ops-related pbtxt files. -- 163907497 by A. Unique TensorFlower: Remove old TensorFlow Serving landing page in prepartion for new TF Serving landing page. Fix bad leftnav. -- 163906225 by alive: Refactors build target for gradients_impl to allow code to depend on the gradient generation but not the gradients themselves. -- PiperOrigin-RevId: 163914294
* Java: Update release to 1.3.0-rc1Gravatar Asim Shankar2017-07-27
| | | | PiperOrigin-RevId: 163413736
* Java: Release 1.3.0-rc0Gravatar Asim Shankar2017-07-20
| | | | PiperOrigin-RevId: 162631285
* Java: Make maven release script runnable from any directory.Gravatar Asim Shankar2017-07-11
| | | | PiperOrigin-RevId: 161611475
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160344052
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
| | | | PiperOrigin-RevId: 160190881
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | END_PUBLIC Note: this CL will break builds. cl/159887762 to follow to fix all the breakages. --- Commit 2336cdf7f authored by Maxwell Paul Brickner<mbrickn@users.noreply.github.com> Committed by gunan<gunan@google.com>: Updated link to use HTTPS (#10998) Howdy! I just updated a link to use https instead of http. Thanks! --- Commit ad0892df1 authored by Luke Iwanski<luke@codeplay.com> Committed by Luke Iwanski<luke@codeplay.com>: [OpenCL] Fixes run_metadata_test for SYCL This test is designed to test CUDA specific behavior --- Commit 6b37a0725 authored by Todd Wang<toddwang@gmail.com> Committed by GitHub<noreply@github.com>: Update comments --- Commit 1699d904a authored by John Lawson<john@codeplay.com> Committed by Luke Iwanski<luke@codeplay.com>: [OpenCL] Fixes CUDA specific test run on SYCL (#56) The testBadParentValuesOnGPU should only be run on CUDA devices, as the test checks for particular CUDA behaviour. We don't actually provide a SYCL kernel for GatherTree and so it's not a problem that the tests don't target SYCL. --- Commit 3c1946230 authored by myPrecious<Moriadry@users.noreply.github.com> Committed by Shanqing Cai<cais@google.com>: Java API to get the size of specified input list of operations. (#10865) * Java API to get the size of specified input list of operations * remove unnecessary explain to avoid bring a new term to users. --- Commit e911c7480 authored by Luke Iwanski<luke@codeplay.com> Committed by Luke Iwanski<luke@codeplay.com>: [OpenCL] REGISTER -> REGISTER6 --- Commit fbf6c4cec authored by superryanguo<superryanguo@gmail.com> Committed by superryanguo<superryanguo@gmail.com>: Simplify the Quickstart section with the weblink is better --- Commit 72e2918cc authored by Taehoon Lee<taehoonlee@snu.ac.kr> Committed by Taehoon Lee<taehoonlee@snu.ac.kr>: Fix typos --- Commit 90c4406b7 authored by Rishabh Patel<patelrishabh@users.noreply.github.com> Committed by GitHub<noreply@github.com>: Correct the learning rate as per the code snippet --- Commit 03da61134 authored by Todd Wang<toddwang@gmail.com> Committed by GitHub<noreply@github.com>: Update ir_array.cc --- Commit 2df6cd3ac authored by Todd Wang<toddwang@gmail.com> Committed by GitHub<noreply@github.com>: Another try --- Commit af0cbace1 authored by Luke Iwanski<luke@codeplay.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: [OpenCL] Transpose to go through Eigen (#10321) --- Commit fc7361081 authored by Luke Iwanski<luke@codeplay.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: [OpenCL] Registers RGBToHSV and HSVToRGB (#91) (#10848) * [OpenCL] Added RGBToHSV and HSVToRGB * Aligning '\' --- Commit 832894ef8 authored by Luke Iwanski<luke@codeplay.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: [OpenCL] Registers AdjustContrastv2 (#10949) * [OpenCL] Registers AdjustContrastv2 (#93) * [OpenCL] Extended adjust_contrast_op_benchmark_test for OpenCL (#96) * [OpenCL] Extended adjust_contrast_op_benchmark_test for OpenCL * simplified to #ifndef * Changed to "#if GOOGLE_CUDA" * Update adjust_contrast_op_benchmark_test.cc * Added comments --- Commit cb4c2f8d1 authored by Yifei Feng<yifeif@google.com> Committed by Yifei Feng<yifeif@google.com>: Make TransferBufferToInFeed not virual so it compiles. --- Commit e89f04d80 authored by Yifei Feng<yifeif@google.com> Committed by Yifei Feng<yifeif@google.com>: Fix calling Literal member functions. --- Commit 15a8df724 authored by Yifei Feng<yifeif@google.com> Committed by Yifei Feng<yifeif@google.com>: Fix mac build clone from meheff's change: [XLA] Change return type of DeviceAssignment::Deserialize to fix build breakage on mac. The mac build had the following error: error: incomplete type 'xla::DeviceAssignment' used in type trait expression This was due to a static method returning a StatusOr<DeviceAssignment> inside of the definition of DeviceAssignment. --- Commit a54d43fa4 authored by Yifei Feng<yifeif@google.com> Committed by Yifei Feng<yifeif@google.com>: Replace LiteralUtil to Literal in compiler/plugin/executor --- Commit 88a6bb80c authored by Guenther Schmuelling<guschmue@microsoft.com> Committed by Guenther Schmuelling<guschmue@microsoft.com>: expand inline for debug builds to limit number of symbols --- Commit 62fb49d31 authored by Yifei Feng<yifeif@google.com> Committed by Yifei Feng<yifeif@google.com>: Fix visibility error for contrib/remote_fused_graph/pylib/BUILD. --- Commit 4c75252f2 authored by Mark Neumann<markn@allenai.org> Committed by Mark Neumann<markn@allenai.org>: fix initial test values to avoid numerical instability --- Commit b58d98353 authored by sj6077<epik03sj@gmail.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: Fixes of AutoParallel bug (#10368) * Fix the bug that auto_parallel could replicate variable snapshot name * Use NodeName in grappler:utils instead of substr, convert variables->variable_def of grappler item * remove variable_def from grappler item, exclude snapshot nodes from dont_replicate_nodes in auto_parallel --- Commit a286b7db8 authored by Yifei Feng<yifeif@google.com> Committed by Yifei Feng<yifeif@google.com>: Make debug_test slice integer. --- Commit 97fcfdfa6 authored by Toby Boyd<tobyboyd@google.com> Committed by GitHub<noreply@github.com>: Fixed path to seq2seq.py and minor formatting --- Commit 63c1befb8 authored by Anish Shah<shah.anish07@gmail.com> Committed by Anish Shah<shah.anish07@gmail.com>: Improve docs for tf.nn.depthwise_conv2d_native --- Commit 8d42202b2 authored by Yong Tang<yong.tang.github@outlook.com> Committed by Yong Tang<yong.tang.github@outlook.com>: Fix mismatched delete in mkl_tfconv_op.cc This fix fixes mismatched new[]-delete in mkl_tfconv_op.cc (the file went through clang-format so there are some additional changes) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> --- Commit 26301bd55 authored by Danny Goodman<goodman.danny@gmail.com> Committed by Danny Goodman<goodman.danny@gmail.com>: fix error format --- Commit b3f33ad46 authored by Yao Zhang<yaozhang@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Make changes to prepare for the fused option of batch norm to be set to None (None means using fused batch norm if possible). PiperOrigin-RevId: 159649743 --- Commit a4a469832 authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: [XLA] Add tests for select ops and while loops that produce tuples that contain predicates. PiperOrigin-RevId: 159645900 --- Commit 980d3f2be authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Use C API to implement Operation.name property This name property is used in many existing tests including those that already run with C API enabled (math_ops_test, framework_ops_test, session_test, session_partial_run_test, math_ops_test_gpu, etc). PiperOrigin-RevId: 159645767 --- Commit 26239c706 authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Previously we didn't have an implementation of BatchNormInference and BatchNormTraining, which gives a linker error if anyone ever tries to call that. A dummy implementation is friendlier than a linker error. PiperOrigin-RevId: 159645612 --- Commit f671c5caa authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: BEGIN_PUBLIC Automated g4 rollback of changelist 159570549 PiperOrigin-RevId: 160182040
* Java: Maven release for 1.2.0Gravatar Asim Shankar2017-06-15
| | | | PiperOrigin-RevId: 159150154
* Java: Update Maven release to 1.2.0-rc2Gravatar Asim Shankar2017-06-06
| | | | PiperOrigin-RevId: 158212897
* Java: Update Maven release to 1.2.0-rc1Gravatar Asim Shankar2017-05-26
| | | | PiperOrigin-RevId: 157294719
* Java: Update release to 1.2.0-rc0Gravatar Asim Shankar2017-05-19
| | | | PiperOrigin-RevId: 156578777
* Java: Update release artifacts from 1.1.0-rc2 to 1.1.0Gravatar Asim Shankar2017-04-27
| | | | Change: 154440320
* Java: Publish Maven artifact for TensorFlow protocol buffers.Gravatar Asim Shankar2017-04-17
| | | | Change: 153371868
* Java: Update release to 1.1.0-rc2Gravatar Asim Shankar2017-04-17
| | | | Change: 153360687
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152200430
* Java: Bump version to 1.1.0-rc1 in Maven POMsGravatar Asim Shankar2017-04-02
| | | | Change: 151952775