This just shuffles implementations and declarations around. Now the
logger and the TF C API-based model evaluator are separate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131116
[nfc][mlgo] Separate logger and training-mode model evaluator ClosedPublic Authored by mtrofin on Aug 3 2022, 2:34 PM.
Details Summary This just shuffles implementations and declarations around. Now the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 3 2022, 3:17 PM This revision was landed with ongoing or failed builds.Aug 3 2022, 4:21 PM Closed by commit rG0cb9746a7d85: [nfc][mlgo] Separate logger and training-mode model evaluator (authored by mtrofin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 449822 llvm/include/llvm/Analysis/Utils/TFUtils.h
llvm/include/llvm/Analysis/Utils/TrainingLogger.h
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
llvm/lib/Analysis/TFUtils.cpp
llvm/lib/Analysis/TrainingLogger.cpp
llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
llvm/unittests/Analysis/CMakeLists.txt
llvm/unittests/Analysis/TFUtilsTest.cpp
llvm/unittests/Analysis/TrainingLoggerTest.cpp
|