blob: 19a07dfd1d8fa5a2353671115a2d1067f1083170 [file] [log] [blame]
// DO NOT EDIT;
// Generated by ml/nn/runtime/test/specs/generate_test.sh
#include "../../TestGenerated.h"
namespace lsh_projection_2_relaxed {
std::vector<MixedTypedExample> examples = {
// Generated lsh_projection_2_relaxed test
#include "generated/examples/lsh_projection_2_relaxed.example.cpp"
};
// Generated model constructor
#include "generated/models/lsh_projection_2_relaxed.model.cpp"
} // namespace lsh_projection_2_relaxed
TEST_F(GeneratedTests, lsh_projection_2_relaxed) {
execute(lsh_projection_2_relaxed::CreateModel,
lsh_projection_2_relaxed::is_ignored,
lsh_projection_2_relaxed::examples);
}