test_define.h.in 345 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
7
8
9
10
// Copyright (c) OpenMMLab. All rights reserved.

#ifndef MMDEPLOY_TEST_DEFINE_H
#define MMDEPLOY_TEST_DEFINE_H

static constexpr const char *kBackends = "@MMDEPLOY_TARGET_BACKENDS@";
static constexpr const char *kDevices = "@MMDEPLOY_TARGET_DEVICES@";
static constexpr const char *kCodebases = "@CODEBASES@";

#endif  // MMDEPLOY_TEST_DEFINE_H