Home
last modified time | relevance | path

Searched refs:Predictions (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.h137 struct Predictions { struct
361 std::map<std::string, Predictions>* label_predictions) const;
366 const std::map<std::string, Predictions>& label_predictions,
Dblock_cache_trace_analyzer.cc377 std::map<std::string, Predictions>* label_predictions) const { in UpdateFeatureVectors()
614 std::map<std::string, Predictions> label_predictions; in WriteCorrelationFeatures()
653 const std::map<std::string, Predictions>& label_predictions, in WriteCorrelationFeaturesToFile()
660 const Predictions& future = it->second; in WriteCorrelationFeaturesToFile()
698 std::map<std::string, Predictions> label_predictions; in WriteCorrelationFeaturesForGet()