aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* added cuda/extras and cuda/lib to gitignore (#2182)Gravatar Dr. Kashif Rasul2016-05-01
| | | os OS X these folders need to be gitignored
* Add __pycache__ to .gitignoreGravatar Geoffrey Irving2016-03-22
|
* typos fix and ign temp files in gitignoreGravatar rasbt2016-03-15
|
* Remove .pyc file and add *.pyc to .gitignoreGravatar Yuya Kusakabe2016-03-02
|
* Add _python_build to .gitignoreGravatar Geoffrey Irving2016-03-01
| | | | | The directions for a development build say to make it, so .gitignore should ignore it.
* First version of CMake build files that compile and link the c++ exampleGravatar Aurelien Geron2016-02-25
|
* add cuda links in third_party to gitignoreGravatar Jan Prach2016-02-13
|
* Revert "Revert "Python PIP test-on-install""Gravatar Vijay Vasudevan2016-02-04
| | | | | | (Roll forward of the original change) This reverts commit 1ec8cedd50cb708290b2c895b51844dce22cfef5.
* Revert "Python PIP test-on-install"Gravatar Vijay Vasudevan2016-02-03
| | | | This reverts commit 4a6d3bddbd3b5697374fe31574900c655de09904.
* Python PIP test-on-installGravatar Shanqing Cai2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addressing jendap's comments Adding --upgrade option to pip install test_on_install: files not installed by required by the unit tests Removing --upgrade flag for "pip install" Renaming test_on_install.sh to pip.sh Getting rid of absolute path /tensorflow and making sure that the whl file and testing working directory are in the workspace. Putting output of individual tests in log files Correcting a blacklisted test Adding progress string Echo log directory Improving error message when container type is incorrect Mac-friendly absolute path function Verbose pip install Adding pip upgrade option More intelligent local python path finding Using longer test log file path in case test file names have duplicates Fixing bug of nonexistent directory for log files Removing ci_test_on_install.sh and other changes Moving the whl and test folder under one common parent folder: pip_test Adding pip_test to .gitignore Printing detailed folder if the .whl file can't be found in it Changing succeeded to PASSED and similar wording changes Adding new line at the end of .gitignore
* Add tools/python_bin_path.sh to .gitignoreGravatar Geoffrey Irving2016-02-02
|
* ci_build: improve user handling inside the containerGravatar Jan Prach2016-01-08
| | | | | | | * create use home with .bazelrc * create and use user based on uid instead of user name * add bazel-ci_build-cache to .gitignore * add optional extra ci build parameters
* TensorFlow: upstream changes to git.Gravatar Manjunath Kudlur2015-12-04
Change 109418220 Update WORKSPACE to use gmock.BUILD from google/protobuf instead of a duplicate. Update google/protobuf's commit hash to include damieng@'s commit. Change 109417314 TensorFlow: add .gitignore to ignore some in-tree modified files. Change 109400051 Optionally build full TensorFlow for Android. 1. --define ANDROID_TYPES=__ANDROID_TYPES_FULL__ to register ops for all types, not just float. Today this increases codesize by ~700K when compiled for ARM, though only for clients who request full type support. 2. Add more ops to android_extended_ops, sufficient to train on the linear regression baseball codelab. Change 109388118 Fix the option changed in templatize. Oops. Change 109382553 Allows setting a function name in an op's attr in the py frontend. Change 109380896 Remove assert_same_graph in favor of op_scope. Change the latter to handle tensor-like objects such as SparseTensor, IndexedSlices, and Variable. Base CL: 109418322