1. 25 12月, 2016 1 次提交
  2. 16 12月, 2016 1 次提交
  3. 06 12月, 2016 1 次提交
  4. 20 11月, 2016 1 次提交
  5. 18 11月, 2016 1 次提交
  6. 16 11月, 2016 1 次提交
  7. 05 11月, 2016 1 次提交
  8. 04 11月, 2016 1 次提交
  9. 29 10月, 2016 1 次提交
  10. 23 10月, 2016 1 次提交
  11. 15 10月, 2016 1 次提交
  12. 11 10月, 2016 1 次提交
  13. 06 10月, 2016 1 次提交
    • D
      Initial support for building TensorFlow on Windows (#17). (#4778) · d0d975f8
      Derek Murray 提交于
      * Initial support for building TensorFlow on Windows (#17).
      
      This PR contains an initial version of support for building TensorFlow
      (CPU only) on Windows using CMake. It includes documentation for building
      with CMake on Windows, platform-specific code for implementing core functions
      on Windows, and CMake rules for building the C++ example trainer
      program and a PIP package (Python 3.5 only). The CMake rules support building
      TensorFlow with Visual Studio 2015.
      
      Windows support is a work in progress, and we welcome your feedback and
      contributions.
      
      For full details of the features currently supported and instructions for
      how to build TensorFlow on Windows, please see the file
      `tensorflow/contrib/cmake/README.md`.
      
      * Exclude platform/windows where necessary.
      d0d975f8
  14. 24 9月, 2016 1 次提交
  15. 22 9月, 2016 2 次提交
    • S
      Upgrade numpy version: 1.8.2 --> 1.11.0 · 510a7bfa
      Shanqing Cai 提交于
      * Also upgrade the protobuf dependency version for pip install: 3.0.0b2 --> 3.0.0
      
      * Make upgrades in ci_build docker images and pip package install script.
      
      * Installing dependencies of the pip package (six and protobuf) in the docker images (or Mac) directly, so that the --no-deps flag can be used during PIP test to avoid the time-consuming building of numpy from source.
      Change: 133949959
      510a7bfa
    • M
      Merge changes from github. · 999b794c
      Martin Wicke 提交于
      Change: 133874452
      999b794c
  16. 20 9月, 2016 1 次提交
    • D
      Revised CMake rules for SWIG wrapper generation. (#4472) · d6031a17
      Derek Murray 提交于
      Instead of generating a separate `python_deps.so` and `_pywrap_tensorflow.so`, we now generate a single `_pywrap_tensorflow.so` containing the entire runtime, like the Bazel build. This simplifies the linkage on other platforms.
      d6031a17
  17. 14 9月, 2016 1 次提交
  18. 02 9月, 2016 1 次提交
  19. 01 8月, 2016 1 次提交
  20. 27 7月, 2016 1 次提交
  21. 26 7月, 2016 1 次提交
  22. 20 7月, 2016 1 次提交
    • I
      Simplify Eigen package config (#3288) · c5983f87
      Igor Babuschkin 提交于
      * Simplify Eigen package config
      
      * Add missing unsupported/Eigen/*
      
      * Fix pip setup.py
      
      * Adjust new eigen header
      
      * Fix bazel include dependency error
      
      * Adjust Makefile to work with Eigen changes
      
      * Remove nvcc workaround for CUDA <= 6.0
      
      CUDA versions prior to 6.5 gave an
      
          error: kernel launches from templates are not allowed in system files
      
      error when using gcc v4.8 and including code that uses templated
      kernel launches via `-isystem`.
      In order to work around this, the GPU crosstool converted `-isystem`
      arguments containing the cuda headers into `-iquote` arguments.
      This workaround has now been removed.
      
      * Configure cmake and make to get eigen version from tensorflow/workspace.bzl
      c5983f87
  23. 14 7月, 2016 1 次提交
  24. 01 7月, 2016 1 次提交
  25. 25 6月, 2016 1 次提交
  26. 22 6月, 2016 1 次提交
  27. 21 6月, 2016 1 次提交
  28. 18 6月, 2016 1 次提交
  29. 17 6月, 2016 1 次提交
  30. 14 6月, 2016 1 次提交
  31. 04 6月, 2016 1 次提交
  32. 03 6月, 2016 1 次提交
  33. 06 5月, 2016 1 次提交
  34. 25 4月, 2016 1 次提交
  35. 19 4月, 2016 1 次提交
  36. 13 4月, 2016 1 次提交
  37. 12 3月, 2016 2 次提交
  38. 20 2月, 2016 1 次提交