- 16 6月, 2016 1 次提交
-
-
由 Derek Murray 提交于
This fixes a potential race condition and segfault, where the response buffer could be deallocated with an RPC in flight. This would happen if a step was cancelled before its master blocked on the RunGraph RPCs. Change: 124255996
-
- 15 6月, 2016 1 次提交
-
-
由 Pete Warden 提交于
* Updated iOS settings (#2694) * Added linker options to armv7 in iOS makefile * Updated Eigen version in Xcode iOS examples * Updated iOS link flags * Fixes for Raspberry Pi compilation (#2701) * Added linker options to armv7 in iOS makefile * Updated Eigen version in Xcode iOS examples * Updated iOS link flags * Added support for Raspberry Pi * Updated Pi documentation and Eigen version in makefile (#2743) * Updated Pi compilation documentation * Updated Eigen version in makefile * Updated documentation link * Updated Pi documentation * Updated Pi build settings * Fix for build issue #2742; (#2749) (1) Additionally added linking against pthread for linux machines * Missing space; (#2762) (1) bash file check will fail without the space; * Updated Eigen include paths for iOS examples (#2841) * Updated Eigen hashes * Updated Eigen paths to a permanent link * Merged Eigen header changes * Merged Eigen header changes
-
- 13 6月, 2016 3 次提交
-
-
由 Martin Wicke 提交于
Shrink iOS binaries
-
由 A. Unique TensorFlower 提交于
types can be avoided on mobile platform. Change: 124172890
-
由 A. Unique TensorFlower 提交于
macros, and change the call-many macros to use those. This will let us change some other kernels to use TF_CALL*, for cases where no existing subset of types is what the kernel wants. This can help size on IOS. Change: 124166009
-
- 11 6月, 2016 4 次提交
-
-
由 Vijay Vasudevan 提交于
Cherry pick dist/tf-tensorboard.html update onto r0.9
-
由 Jan Prach 提交于
-
由 Dan Mané 提交于
Change: 124375656
-
由 SunYeop Lee 提交于
-
- 08 6月, 2016 1 次提交
-
-
由 Martin Wicke 提交于
-
- 07 6月, 2016 2 次提交
-
-
由 Martin Wicke 提交于
-
由 Isaac Yang 提交于
-
- 06 6月, 2016 7 次提交
-
-
由 caisq 提交于
parameterized_docker_build includes three CUDA capabilities
-
由 Shanqing Cai 提交于
-
由 Martin Wicke 提交于
Avoid too much duplication (still, three sections are almost copied) when specifying installation instructions. Added 3.5 linux binaries.
-
由 caisq 提交于
Replace assertEquals in graph_io_test; disable a session_bundle test
-
由 Shanqing Cai 提交于
assertEquals is deprecated and causes Python 3.5 test failures.
-
由 Jan Prach 提交于
temporarily disable contrib/session_bundle
-
由 Jan Prach 提交于
The genrule makes problems in integration testing. We disable it for now and fix it after 0.9 release.
-
- 05 6月, 2016 1 次提交
-
-
由 Martin Wicke 提交于
added 0.9 release notes. added contributors Removed completed items, added new features on the horizon
-
- 04 6月, 2016 20 次提交
-
-
由 caisq 提交于
Bump version to 0.9.0rc0
-
由 Gunhan Gulsoy 提交于
-
由 Martin Wicke 提交于
Branch 124012080
-
由 Martin Wicke 提交于
-
由 Pete Warden 提交于
* Added Raspberry Pi cross-compilation support to makefile * Fixed makefile linking problem with Pi * Added documentation for Pi compilation * Added live camera iOS example * Updated Eigen version in makefile, and added more iOS compile flags * Added licenses to makefile sh scripts, fixed simple iOS example setting
-
由 Martin Wicke 提交于
-
由 Martin Wicke 提交于
Change: 124012080
-
由 Ben Lee 提交于
- Add a ReadUpTo method to ReaderInterface - Add ReadUpToLocked to ReaderBase w/ default implementation. Readers may override this method to achieve better batched I/O performance. Change: 124012016
-
由 A. Unique TensorFlower 提交于
Change: 124007278
-
由 Derek Murray 提交于
This takes previously generated code, and includes it in the repository. The main advantage of doing this is that we can specialize the deserialization routines for various protobuf types that tend to be large, and thereby avoid the problem where we brush up against the default protobuf limits. Fixes #2233. Change: 124007049
-
由 A. Unique TensorFlower 提交于
Cleanup: Get rid of unused copy of simple threadpool implementation. The implementation is identical to the simple threadpool in Eigen (can be selected by not defining EIGEN_USE_NONBLOCKING_THREAD_POOL), which also has had all the same tracing calls added via the hooks in EigenEnvironment. Change: 124006070
-
由 Andrew Harp 提交于
Change: 124005557
-
由 A. Unique TensorFlower 提交于
Change: 124003810
-
由 Mustafa Ispir 提交于
Change: 124003630
-
由 A. Unique TensorFlower 提交于
* conv_grad_ops.cc * cwise_op_inverse.cc * cwise_op_squared_difference.cc * resize_bilinear_op.cc Change: 123999923
-
由 caisq 提交于
Add x permission back to test_tutorials.sh
-
由 Mustafa Ispir 提交于
Change: 123998188
-
由 Pete Warden 提交于
* Added Raspberry Pi cross-compilation support to makefile * Fixed makefile linking problem with Pi * Added documentation for Pi compilation * Added live camera iOS example * Updated Eigen version in makefile, and added more iOS compile flags
-
由 Illia Polosukhin 提交于
Changing API for monitors step_begin to only take step and return list of tensors to run. Support distributed training in EveryN monitor. Change: 123996408
-
由 Siddharth Agrawal 提交于
* Enable GPU for L2Loss float64 * Enable GPU for L2Loss float64
-