MyungJoo Ham [Thu, 7 Mar 2019 07:17:11 +0000 (16:17 +0900)]
[Debian] add dependency on python 2.7, provides of tensorflow
Related issues:
https://github.com/nnsuite/nnstreamer-example/issues/21
https://github.com/nnsuite/nnstreamer/issues/1209
https://github.com/nnsuite/nnstreamer/pull/1205
https://github.com/nnsuite/nnstreamer/pull/1207
1. tensorflow requires libpython2.7, which is a missing dependency of
tensorflow-dev deb package.
2. users may require "tensorflow" not "tensorflow-dev". However,
tensorflow main libraries are included in tensorflow-dev of this
Debian packaging.
Change-Id: I64cd9d55475683a81c386fc994eeba8571289a94
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Sangjung Woo [Thu, 15 Nov 2018 05:18:19 +0000 (14:18 +0900)]
wip: fix the typo in gcc option
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Thu, 15 Nov 2018 04:31:19 +0000 (13:31 +0900)]
wip: bugfix
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Mon, 22 Oct 2018 01:36:05 +0000 (10:36 +0900)]
wip: update CFLAGS
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Fri, 19 Oct 2018 09:02:53 +0000 (18:02 +0900)]
wip: remove no-unaligned-access option
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Fri, 19 Oct 2018 01:31:18 +0000 (10:31 +0900)]
wip: add '--std=c++11'
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Thu, 18 Oct 2018 13:59:41 +0000 (22:59 +0900)]
wip: add build-arch & build-indep in rules
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Thu, 18 Oct 2018 03:11:10 +0000 (12:11 +0900)]
wip: modify rules for arm64 build
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Wed, 17 Oct 2018 02:44:01 +0000 (11:44 +0900)]
wip: modify rules for launchpad.net build
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Mon, 15 Oct 2018 01:32:58 +0000 (10:32 +0900)]
deb: remove unnecessary arch dependency in control file
This patch removes the unnecessary arch dependency in control file.
Change-Id: Ia23bfaf3be1ee85c09936f613b383d27bf57bad7
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Chunseok Lee [Mon, 8 Oct 2018 06:20:19 +0000 (15:20 +0900)]
Remove __ANDROID__ ifdef from main shim header
- remove __ANDOIRD__ checker
Change-Id: I285b154b2b6f782e92e47acc16d840f310ff0f34
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Chunseok Lee [Thu, 6 Sep 2018 11:11:27 +0000 (20:11 +0900)]
Remove andoird verison check from nnapi delegate
- On tizen, there is no way to avoid this routine check.
Change-Id: If63b6187073ba82578a64cf537796d12d5688419
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Chunseok Lee [Thu, 6 Sep 2018 10:26:46 +0000 (19:26 +0900)]
[cherrypick]add 4 ops into nnapi_delegate
- TRANSPOSE, L2_NORM, SQUEEZE, HASHTAABLE_LOOKUP
upstream commit:
1. HASHTAABLE_LOOKUP
1a22e9a608b43cbdf7d990d09c7d317ee3c57d8c
Author: A. Unique TensorFlower <gardener@tensorflow.org>
AuthorDate: Tue Aug 7 10:18:12 2018 -0700
Commit: TensorFlower Gardener <gardener@tensorflow.org>
CommitDate: Tue Aug 7 10:23:42 2018 -0700
Parent:
36a606e Merge pull request #20928 from kbsriram:tf-fill-grad
Merged: master r1.9 v1.7.0
Follows: v1.9.0-rc2 (1853)
Add NNAPI delegation support for MEAN, RNN, SVDF, LSTM and lookup functions.
PiperOrigin-RevId:
207736388
2. L2Normalization
32fe0302b0cf02d6cc3ae6cf67b233ad65c74bfe
Author: A. Unique TensorFlower <gardener@tensorflow.org>
AuthorDate: Mon Jul 23 08:03:04 2018 -0700
Commit: TensorFlower Gardener <gardener@tensorflow.org>
CommitDate: Mon Jul 23 08:06:09 2018 -0700
Parent:
8647db8 Add C API for kernel info
Merged: master r1.9 v1.7.0
Follows: v1.9.0-rc2 (1102)
Delegate L2Norm to nnapi.
PiperOrigin-RevId:
205661557
3. TRANSPOSE
bc2674d09efbd87ae81ae41b81f1d152f37fac2a
Author: Jared Duke <jdduke@google.com>
AuthorDate: Mon Jul 9 15:51:18 2018 -0700
Commit: TensorFlower Gardener <gardener@tensorflow.org>
CommitDate: Mon Jul 9 15:54:45 2018 -0700
Parent:
3eb314b Fix NVVM libdevice detection in open source build with CUDA 8.
Merged: master v1.7.0
Follows: v1.9.0-rc2 (255)
Precedes: v1.10.0-rc0 (350)
Add NNAPI transpose op support
PiperOrigin-RevId:
203845358
4. SQUEEZE
80bc59b99bca7f9bc167975bab1c295bc4793c9a
Author: Jared Duke <jdduke@google.com>
AuthorDate: Wed Jun 27 09:40:26 2018 -0700
Commit: TensorFlower Gardener <gardener@tensorflow.org>
CommitDate: Wed Jun 27 09:44:48 2018 -0700
Parent:
67cd3f7 Add baseline arg to EarlyStopping
Follows: 0.5.0 (23767)
Precedes: v1.9.0-rc2 (12079)
Add NNAPI squeeze op support
PiperOrigin-RevId:
202323072
Change-Id: I5d80fb951026bc879edb920a349cc6d326e4ba03
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Sangjung woo [Mon, 3 Sep 2018 07:57:47 +0000 (16:57 +0900)]
deb: Enable tensorflow for Ubuntu
This patch enables the tensorflow debian package for Ubuntu.
Change-Id: Iaed77cfceb9fdb5e7b7fb6d0af9467ca958f92e9
Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Sangjung woo [Fri, 31 Aug 2018 06:28:58 +0000 (15:28 +0900)]
Bugfix for ARM 32bit environment
* Add "-mno-unaligned-access" option to fix the sigbus because of
Alignment problem
* Temporary disabled the 'DCHECK_LT' to avoid sigabrt when
device.frequency() returns 0
Change-Id: Iad639d3ea92a2449ede646ef0fdc2836fa89e222
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Chunseok Lee [Wed, 22 Aug 2018 06:38:49 +0000 (15:38 +0900)]
Support tensorflow-lite single build
Full build takes too much time on developer's local machine.
This commit allows user to build tensorflow-lite package w/o tensorflow build
Change-Id: I5818ddb64a920027c4057615c6167f47cb6f4daf
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Sangjung woo [Thu, 16 Aug 2018 10:58:21 +0000 (19:58 +0900)]
spec: Disable tensorflow package for i586 architecture
In order not to support the tensorflow package for i586 architecture,
this patch add a conditional block for %arm, aarch64 and x86_64.
Change-Id: I2b1a7d59393d3dd9aa0e587db08de6cfcb55d82f
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Semun Lee [Mon, 16 Jul 2018 09:53:51 +0000 (18:53 +0900)]
Update to v1.9.0
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Sangjung woo [Mon, 16 Jul 2018 04:29:20 +0000 (13:29 +0900)]
spec: Remove unnecessary BuildRequires section
In order to build this package on tizen.org infra, this patch removes
the unnecessary BuildRequires sections, which are added for internal
test.
Change-Id: Ic8b219c9f8e6910a1876b787b6abe9c0c4247357
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Sangjung woo [Thu, 12 Jul 2018 05:26:09 +0000 (14:26 +0900)]
deb: fix a buildbreak on OBS
This patch newly adds the zlib1g-dev build dependency to fix a
buildbreak on OBS when making debian package. Moreover, this sets
the version as 1.9.0 instead of 1.4.0.
Change-Id: I8f92bb31a8efe5401cd485beea7ab722932b9073
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Sangjung woo [Mon, 9 Jul 2018 06:55:44 +0000 (15:55 +0900)]
packaging: Enable tensorflow & python lauguage binding
* modify spec & related thing to fully build the tensorflow & lite
package
* add pre-downloaded modules to support gbs build
* set CMAKE_INSTALL_LIBDIR:PATH option to build png module using cmake
* include python language binding
Change-Id: Ibf258e729555fc27f1f586a3c69e0713073bf29e
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Sangjung woo [Mon, 9 Jul 2018 06:24:25 +0000 (15:24 +0900)]
deb: Enable tensorflow-lite-dev for Ubuntu support
This patch enables the tensorflow-lite-dev debian package for Ubuntu
support.
Change-Id: Ibdca537308e0736ab950d91b46cd408fcee09f04
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Semun Lee [Mon, 2 Jul 2018 02:11:37 +0000 (11:11 +0900)]
Add missing headers to the devel package
Change-Id: Ib0803a37ed6d443549cf651dc4ef697ca6b8b2de
Signed-off-by: Semun Lee <semun.lee@samsung.com>
PeterLee [Fri, 15 Jun 2018 01:36:10 +0000 (09:36 +0800)]
fix missing header in aarch64 Nvidia Jetson (#20025)
Semun Lee [Mon, 2 Jul 2018 00:51:35 +0000 (09:51 +0900)]
Rebase to v1.9.0-rc1
Change-Id: Ic7bf56f2c8f16e8c11ef308ab47fc96db8179059
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Geunsik Lim [Wed, 9 May 2018 04:06:34 +0000 (13:06 +0900)]
Disable generating dummy package (e.g., tensorflow.rpm)
Currently, it is a dummy package. So, let's append tensorflow rpm package
when we completely prepare required so files.
**Changes proposed in this PR:**
1. disabled the %files section because tensorflow package is empty
**Self assessment:**
1. GBS Build: Passed
**After this PR:**
leemgs@tensorflow$ ls -al /home/invain/GBS-ROOT-4.0/local/repos/tizen/armv7l/RPMS
Total 404
drwxrwxr-x 2 invain invain 4096 5월 9 12:04 .
drwxrwxr-x 6 invain invain 4096 5월 9 12:04 ..
-rw-rw-r-- 2 invain invain 2060 5월 9 12:04 tensorflow-debugsource-v1.7.0-1.armv7l.rpm
-rw-rw-r-- 2 invain invain 400368 5월 9 12:04 tensorflow-lite-devel-dev_preview-1.armv7l.rpm
Change-Id: I528822ffd6e19a6365b54e476d9f159a0311dda2
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Semun Lee [Thu, 19 Apr 2018 05:19:13 +0000 (14:19 +0900)]
Rebase to v1.7.0
- update downloaded dependencies
- fix build break in tensorflow lite
Change-Id: I05e5cb925fb0d0334788f2a172a273d1e7cb4071
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Mon, 12 Feb 2018 07:46:44 +0000 (16:46 +0900)]
Add missing development headers for Tensorflow Lite
Change-Id: I11ee875afd18f9cba6159062e8fe6d7acbee1ae3
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Mon, 12 Feb 2018 06:25:10 +0000 (15:25 +0900)]
Specify LICENSE file to rpm spec file
Change-Id: Ibc6e101136ccc4030c064d32c3cb58cd252205c6
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Mon, 12 Feb 2018 02:08:59 +0000 (11:08 +0900)]
Fix build break for non-arm architecture
Change-Id: I90ee5946682cffc682765a778743db04589f35e9
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Mon, 12 Feb 2018 01:41:55 +0000 (10:41 +0900)]
Add libraries for tensorflow lite build
Change-Id: Ia6c9ba615cb61d4118df1d890ff15302224c504a
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Mon, 29 Jan 2018 00:24:28 +0000 (09:24 +0900)]
Revert "remove unnecessary macro value"
This reverts commit
42a4ad54ac90a81b37c34d4322fa272b2b866e72.
Semun Lee [Thu, 11 Jan 2018 05:46:26 +0000 (14:46 +0900)]
Modify README.md about tizen packaging
Change-Id: I3c60a147ae4f1bf46d8008b8782c7f6ad016db60
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Wed, 10 Jan 2018 05:11:41 +0000 (14:11 +0900)]
remove unnecessary macro value
Change-Id: Ie1245433a6eb40a05e08cfa145dca5a8eb81d64a
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Mon, 18 Dec 2017 02:01:18 +0000 (11:01 +0900)]
Add rpm packaging for tensorflow lite
Change-Id: I2b212ab591d67e2b1314b9647e5572e376ed6ac7
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Sun, 17 Dec 2017 23:50:59 +0000 (08:50 +0900)]
Move OS definition to spec file
Change-Id: Ie21dc07b2d7e51d1496ab1dc968d7df490e4414e
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Thu, 14 Dec 2017 08:16:00 +0000 (17:16 +0900)]
Update readme for tizen
Change-Id: I493f09778df6c3f66bdb84ae01a6c29055b99cae
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Thu, 14 Dec 2017 08:12:32 +0000 (17:12 +0900)]
Add spec file for tensorflowmobile build
Change-Id: If1e4e5b12709cf44a26e6b120fd21d0e649f77b2
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Tue, 12 Dec 2017 08:31:28 +0000 (17:31 +0900)]
Remove unnecessary dependencies in lite .spec file
Change-Id: I7593b383d4485052b7f4eaeec52427ffd4d2a301
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Tue, 12 Dec 2017 05:54:00 +0000 (14:54 +0900)]
Modify build scripts for Tizen
Change-Id: Ia835cae2d54b3bdb81caf332b622d8cbf6a82d56
Conflicts:
.gitignore
tensorflow/contrib/lite/kernels/op_macros.h
Michael Case [Mon, 9 Jul 2018 20:38:25 +0000 (13:38 -0700)]
Merge pull request #20455 from lygztq/r1.9
fix bug in maxout function
Amit Patankar [Fri, 6 Jul 2018 20:11:25 +0000 (13:11 -0700)]
Merge branch 'r1.9' into r1.9
Gunhan Gulsoy [Fri, 6 Jul 2018 20:10:16 +0000 (13:10 -0700)]
Merge pull request #20593 from av8ramit/update_version_final
Updating the version to 1.9.0 official.
Amit Patankar [Fri, 6 Jul 2018 18:39:59 +0000 (11:39 -0700)]
Merge branch 'r1.9' into update_version_final
Gunhan Gulsoy [Fri, 6 Jul 2018 17:35:12 +0000 (10:35 -0700)]
Merge pull request #20596 from av8ramit/cp_disable_gcp
Remove unused gcp and hdfs config flags, as these are on by default now.
Gunhan Gulsoy [Sat, 30 Jun 2018 05:43:22 +0000 (22:43 -0700)]
Remove unused gcp and hdfs config flags, as these are on by default now.
PiperOrigin-RevId:
202753310
Gunhan Gulsoy [Fri, 6 Jul 2018 16:41:21 +0000 (09:41 -0700)]
Merge pull request #20535 from lamberta/r1.9-cherrypick-docs-no-merge
r1.9-cherry-pick-request: Docs updates for tutorials, guides, and notebooks
Gunhan Gulsoy [Fri, 6 Jul 2018 16:32:55 +0000 (09:32 -0700)]
Merge branch 'r1.9' into r1.9
Amit Patankar [Fri, 6 Jul 2018 16:27:31 +0000 (09:27 -0700)]
Updating the version to 1.9.0 official.
Billy Lamberta [Tue, 3 Jul 2018 23:56:01 +0000 (16:56 -0700)]
fix rc2
Billy Lamberta [Tue, 3 Jul 2018 23:40:14 +0000 (16:40 -0700)]
Update docs_src in 1.9 to match master
Billy Lamberta [Tue, 3 Jul 2018 23:17:58 +0000 (16:17 -0700)]
Update eager notebooks in 1.9 to match master
Amit Patankar [Tue, 3 Jul 2018 18:36:14 +0000 (11:36 -0700)]
Merge pull request #20437 from bhack/patch-1
Advise batch_normalization with model_to_estimator
Gunhan Gulsoy [Tue, 3 Jul 2018 05:39:06 +0000 (22:39 -0700)]
Merge pull request #20489 from tensorflow/yifeif-patch-2
Match for -path instead of -name
Yifei Feng [Tue, 3 Jul 2018 00:10:20 +0000 (17:10 -0700)]
Match for path instead of name
张天启 [Sun, 1 Jul 2018 14:05:51 +0000 (22:05 +0800)]
fix bug in maxout function
The line "shape[axis] = -1" will make the shape wrong when dealing with batches with arbitrary sizes.
bhack [Sat, 30 Jun 2018 12:54:43 +0000 (14:54 +0200)]
Advise batch_normalization with model_to_estimator
Michael Case [Fri, 29 Jun 2018 17:19:06 +0000 (10:19 -0700)]
Exclude test sources from stream executor builds. (#20423)
PiperOrigin-RevId:
202423156
Michael Case [Thu, 28 Jun 2018 21:42:25 +0000 (14:42 -0700)]
Merge pull request #20390 from case540/eigen_pip_cherry_pick
Fix install location for Eigen headers in pip build.
Michael Case [Thu, 28 Jun 2018 18:24:37 +0000 (11:24 -0700)]
Potential fix for how pip installs headers used for custom ops.
These headers were recently moved from site-packages/external into
site-packages/tensorflow/include/external. Need to update setup.py
to reflect that.
Michael Case [Wed, 27 Jun 2018 17:00:59 +0000 (10:00 -0700)]
Merge pull request #20351 from case540/update_version_19_rc2
Update version strings for TF 1.9.0-rc2.
Michael Case [Wed, 27 Jun 2018 16:50:35 +0000 (09:50 -0700)]
Merge pull request #20324 from lamberta/r1.9-cherrypicks
1.9-cherry-pick-request: Doc updates for get_started page and nav
Michael Case [Wed, 27 Jun 2018 16:46:45 +0000 (09:46 -0700)]
Update version strings for TF 1.9.0-rc2.
Billy Lamberta [Wed, 27 Jun 2018 04:34:07 +0000 (21:34 -0700)]
Fix checkpoints link in keras guide
Billy Lamberta [Wed, 27 Jun 2018 04:06:52 +0000 (21:06 -0700)]
Merge branch 'r1.9' into r1.9-cherrypicks
Michael Case [Wed, 27 Jun 2018 02:31:21 +0000 (19:31 -0700)]
Merge pull request #20323 from case540/statusor_fix
Fix XLA header issue for pip build.
Michael Case [Tue, 26 Jun 2018 23:32:39 +0000 (16:32 -0700)]
Merge pull request #20235 from rmlarsen/cherrypicks_5M8WT
Update Eigen version to commit
e5e305a158a029f5b5f837bf821411a51439a970.
Billy Lamberta [Tue, 26 Jun 2018 21:56:57 +0000 (14:56 -0700)]
Fix leftnav for get_started
Billy Lamberta [Tue, 26 Jun 2018 18:24:37 +0000 (11:24 -0700)]
Remove section links that don't go anywhere.
Gunhan Gulsoy [Tue, 26 Jun 2018 22:30:00 +0000 (15:30 -0700)]
Merge branch 'r1.9' into cherrypicks_5M8WT
Gunhan Gulsoy [Tue, 26 Jun 2018 22:29:48 +0000 (15:29 -0700)]
Update eigen version to a fixed version for ppc64.
Michael Case [Tue, 26 Jun 2018 22:07:23 +0000 (15:07 -0700)]
Fix small typo in RELEASE.md
Michael Case [Tue, 26 Jun 2018 20:05:25 +0000 (13:05 -0700)]
Moving StatusOr from XLA to stream_executor.
PiperOrigin-RevId:
202179928
Michael Case [Tue, 26 Jun 2018 17:48:55 +0000 (10:48 -0700)]
Merge pull request #20310 from petewarden/r1.9
r1.9-rc2 cherry-pick request: Fix for RPi OpenBLAS compile issues, by pinning to known good version
Michael Case [Tue, 26 Jun 2018 16:56:52 +0000 (09:56 -0700)]
Merge pull request #20290 from lamberta/r1.9-cherrypicks
1.9-cherry-pick-request: Docs updates for getting started and guide rename
Pete Warden [Tue, 26 Jun 2018 16:36:22 +0000 (09:36 -0700)]
Removed Python 3.5 updates for RPi
Pete Warden [Tue, 26 Jun 2018 16:32:12 +0000 (09:32 -0700)]
Fix for RPi OpenBLAS compile issues, by pinning to known good version
Billy Lamberta [Mon, 25 Jun 2018 20:56:34 +0000 (13:56 -0700)]
Merge branch 'r1.9' into r1.9-cherrypicks
Michael Case [Mon, 25 Jun 2018 20:46:08 +0000 (13:46 -0700)]
Merge pull request #20289 from MarkDaoust/r1.9
r1.9: release notes Update.
Michael Case [Mon, 25 Jun 2018 20:42:39 +0000 (13:42 -0700)]
Merge pull request #20232 from csuter/cherrypicks
Handle scalar input to assert_equal in eager.
Billy Lamberta [Sat, 23 Jun 2018 00:40:27 +0000 (17:40 -0700)]
Rename programmers_guide/ directory to guide/.
Update references in source files and docs in tensorflow and related projects.
PiperOrigin-RevId:
201766994
Mark Daoust [Mon, 25 Jun 2018 20:22:14 +0000 (13:22 -0700)]
Update RELEASE.md
Mark Daoust [Mon, 25 Jun 2018 20:16:52 +0000 (13:16 -0700)]
Update RELEASE.md
Mark Daoust [Mon, 25 Jun 2018 19:48:40 +0000 (12:48 -0700)]
Update r1.9 release notes.
- link to new get_started.
- Add keras CuDNN layers.
- Links for gradient boosted estimators.
- Added new contrib-estimators and string-processing.
- Bumped some minor sounding things down from "Major" to "Bugfix+Other"
Mark Daoust [Fri, 22 Jun 2018 22:37:58 +0000 (15:37 -0700)]
Add Install Raspbian to leftnav.
PiperOrigin-RevId:
201752380
Billy Lamberta [Wed, 20 Jun 2018 17:02:25 +0000 (10:02 -0700)]
Fix eager path in get_started leftnav
PiperOrigin-RevId:
201370156
Billy Lamberta [Wed, 20 Jun 2018 06:11:00 +0000 (23:11 -0700)]
Get started landing page.
Move "Datasets Quickstart" to "Datasets for Estimators" under guide.
PiperOrigin-RevId:
201301717
Michael Case [Mon, 25 Jun 2018 17:27:33 +0000 (10:27 -0700)]
Merge pull request #20203 from alextp/cherrypicks_GUVCA
Add a single positional argument mode for shape inference in subclass…
Rasmus Munk Larsen [Fri, 22 Jun 2018 20:36:57 +0000 (13:36 -0700)]
Update workspace.bzl
A. Unique TensorFlower [Fri, 22 Jun 2018 01:53:05 +0000 (18:53 -0700)]
Update Eigen version to commit
e5e305a158a029f5b5f837bf821411a51439a970.
PiperOrigin-RevId:
201624024
Tom Hennigan [Tue, 5 Jun 2018 10:56:47 +0000 (03:56 -0700)]
Handle scalar input to assert_equal in eager.
PiperOrigin-RevId:
199274329
Michael Case [Fri, 22 Jun 2018 00:01:44 +0000 (17:01 -0700)]
Merge pull request #20204 from mrry/choose_pr
1.9.0rc2 cherry-pick request: [tf.data] Properly export `choose_from_datasets()`
Derek Murray [Wed, 20 Jun 2018 17:10:55 +0000 (10:10 -0700)]
[tf.data] Properly export `tf.contrib.data.choose_from_datasets()`
PiperOrigin-RevId:
201371642
Allen Lavoie [Fri, 1 Jun 2018 02:03:21 +0000 (19:03 -0700)]
Add a single positional argument mode for shape inference in subclassed Models.
Allows fit() when call's signature looks something like call(x, training=True).
Calling conventions are "inputs", single positional, and multiple positional. Right now the distinction between "inputs" and single positional calling conventions is the text of one error message. Both support shape inference (which just hasn't been implemented for multiple positional input arguments yet).
PiperOrigin-RevId:
198815483
Michael Case [Thu, 21 Jun 2018 21:07:02 +0000 (14:07 -0700)]
Merge pull request #20195 from case540/cherry_pick_pip_external_fix
Move external/ directory in pip package.
Michael Case [Wed, 20 Jun 2018 21:08:57 +0000 (14:08 -0700)]
Move external/ directory in pip package.
Moving external/ directory in the pip packages (which is currently
installed directly into site-packages directory). Moving the
directory to tensorflow/include/external/. Also, removing all
python files from external (since it should really only contain
headers and license files.)
Michael Case [Wed, 20 Jun 2018 04:56:11 +0000 (21:56 -0700)]
Merge pull request #20130 from saeta/tfgcs3
[GCS] Typo in ConfigureGcsHook.
Brennan Saeta [Wed, 20 Jun 2018 00:47:37 +0000 (17:47 -0700)]
[GCS] Typo in ConfigureGcsHook.
This commit fixes a typo on ConfigureGcsHook that prevented its correct
operation.
Michael Case [Mon, 18 Jun 2018 18:07:48 +0000 (11:07 -0700)]
Add missing Eager relnotes for TensorFlow 1.9. (#20101)
Michael Case [Mon, 18 Jun 2018 17:13:39 +0000 (10:13 -0700)]
Merge pull request #20097 from MarkDaoust/fix_keras_guide
r1.9 cherry-pick request: Fix keras guide (docs only)