// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/assist_ranker/nn_classifier.h" #include "components/assist_ranker/nn_classifier_test_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace assist_ranker { namespace nn_classifier { namespace { RepeatedFieldBackInserter; copy; vector; TEST(NNClassifierTest, XorTest) { … } TEST(NNClassifierTest, ValidateNNClassifierModel) { … } } // namespace } // namespace nn_classifier } // namespace assist_ranker