This repository was archived by the owner on Dec 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2018-2019 BiiLabs Co., Ltd. and Contributors
3
+ * All Rights Reserved.
4
+ * This is free software; you can redistribute it and/or modify it under the
5
+ * terms of the MIT license. A copy of the license can be found in the file
6
+ * "LICENSE" at the root of this distribution.
7
+ */
8
+
1
9
#ifndef ACCELERATOR_APIS_H_
2
10
#define ACCELERATOR_APIS_H_
3
11
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2019 BiiLabs Co., Ltd. and Contributors
3
+ * All Rights Reserved.
4
+ * This is free software; you can redistribute it and/or modify it under the
5
+ * terms of the MIT license. A copy of the license can be found in the file
6
+ * "LICENSE" at the root of this distribution.
7
+ */
8
+
1
9
#include " accelerator/common_core.h"
2
10
#include " cclient/api/core/core_api.h"
3
11
#include " cclient/api/extended/extended_api.h"
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python3
2
+
3
+ # Copyright (C) 2019 BiiLabs Co., Ltd. and Contributors
4
+ # All Rights Reserved.
5
+ # This is free software; you can redistribute it and/or modify it under the
6
+ # terms of the MIT license. A copy of the license can be found in the file
7
+ # "LICENSE" at the root of this distribution.
8
+
1
9
# Run in Python3
2
10
import json
3
11
import requests
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2019 BiiLabs Co., Ltd. and Contributors
3
+ * All Rights Reserved.
4
+ * This is free software; you can redistribute it and/or modify it under the
5
+ * terms of the MIT license. A copy of the license can be found in the file
6
+ * "LICENSE" at the root of this distribution.
7
+ */
8
+
1
9
#ifndef UTILS_POW_H_
2
10
#define UTILS_POW_H_
3
11
You can’t perform that action at this time.
0 commit comments