[PATCH] D86481: [MLInliner] Support training that doesn't require partial rewards
Yundi Qian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 16:21:49 PDT 2020
yundiqian accepted this revision.
yundiqian added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp:458
+ if (InlineSizeEstimatorAnalysis::isEvaluatorRequested())
+ writeTensorsAsFeatureLists(OutFile,
+ TensorSpec::createSpec<int64_t>(RewardName, {1}),
----------------
I'm not familiar with the UI. Is the '>>' expected?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86481/new/
https://reviews.llvm.org/D86481
More information about the llvm-commits
mailing list