Allow custom location for pre-trained models used when AOT-compiling
policies.
Details
Details
- Reviewers
phosek - Commits
- rG33481c9997e3: [mlgo] Fetch models from path / URL
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm not sure about the use case for the remote download feature (you can always just curl <URL> | tar xvz). If it's not needed, then I'd skip it for now, we can always introduce it later.
llvm/cmake/modules/TensorFlowCompile.cmake | ||
---|---|---|
17 | Super minor nit: all the other functions are spelled as lower case. |
Super minor nit: all the other functions are spelled as lower case.