Lines Matching refs:Log
181 MLModelRunner *Runner, Logger *Log)
182 : MLPriorityAdvisor(MF, RA, Indexes, Runner), Log(Log) {}
186 Logger *const Log;
201 if (!Log || !Log->hasAnyObservationForContext(MF.getName()))
207 if (Log->currentContext() != MF.getName()) {
211 if (Log->hasObservationInProgress())
212 Log->logReward<float>(GetReward());
255 Log = std::make_unique<Logger>(std::move(OS), LFS, Reward,
264 if (Log) {
265 Log->switchContext(MF.getName());
270 Log.get());
274 std::unique_ptr<Logger> Log;
333 if (Log->hasObservationInProgress())
334 Log->logReward<float>(0.0);
336 Log->startObservation();
339 Log->logTensorValue(CurrentFeature,
347 Log->logTensorValue(
353 Log->logTensorValue(CurrentFeature, reinterpret_cast<const char *>(&Ret));
354 Log->endObservation();