lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

Add 'noclean' argument to omit bazel clean command #94

Closed adrianghc closed 4 years ago

adrianghc commented 4 years ago

This adds an optional noclean argument to the build_tensorflow.sh command that enables users to skip the bazel clean step before building - this may be useful for debugging purposes, e.g. when needing to make custom patches to TensorFlow and wanting to test them without building the entire project from scratch every time.

The new argument is briefly described in the README.

lhelontra commented 4 years ago

Thanks!