Searched refs:ModelStats (Results 1 – 1 of 1) sorted by relevance
427 class ModelStats { class in android::__anonbe695bce0111::RandomPartitioningTest429 ModelStats(const ModelBuilder* model) : mBuilder(model) {} in ModelStats() function in android::__anonbe695bce0111::RandomPartitioningTest::ModelStats430 ModelStats(const WrapperModel* model) in ModelStats() function in android::__anonbe695bce0111::RandomPartitioningTest::ModelStats432 friend std::ostream& operator<<(std::ostream& out, const ModelStats& stats) { in operator <<()1097 std::cout << "Original model: " << ModelStats(&model) << std::endl; in TEST_P()1208 << ModelStats(executionStep->getStepModel()) in TEST_P()