Ryan Kuester
10832014b6
build: add target to generate compiler_commands.json ( #1658 )
...
Add a target `bazel run :refresh_compile_commands` to generate `./compile_commands.json`, which can be used by various tools like editors and language servers to provide features like intelligent navigation and autocompletion based on the source graph and compiler commands.
For more about this can be used:
* [clangd: Teach your editor C++](https://clangd.llvm.org )
* [Getting started with neovim's native LSP client: The easy way](https://dev.to/vonheikemen/getting-started-with-neovims-native-lsp-client-in-the-year-of-2022-the-easy-way-bp3#starting-from-scratch )
* [Language Server Protocol](https://en.wikipedia.org/wiki/Language_Server_Protocol )
BUG=cleanup, see description
2023-01-13 05:13:47 +00:00
TANMAY DAS
5330f1620b
Changing the gen directory from tensorflow/lite/micro/make/gen to gen/.
...
BUG=https://b.corp.google.com/issues/244204467
2022-09-01 01:27:56 +00:00
Advait Jain
e958bb1161
Allow using Python scripts without bazel. ( #639 )
...
* Allow using Python scripts without bazel.
Manually verified and documented the steps that I can follow to run
Python code without Bazel.
BUG=http://b/204109200
NO_CHECK_TFLITE_FILES=manually ran the sync script.
* Address review comments.
2021-10-29 14:40:24 -07:00
Advait Jain
68dd0cf4ff
gitignore all files and directories with google in the name. ( #165 )
2021-06-11 07:20:30 +00:00
yorange1
22eb58f5c4
Update .gitignore for vscode ( #138 )
2021-06-08 02:04:05 +00:00
Advait Jain
d96bdbdc61
Initial commit
2021-04-08 16:23:24 -07:00