update LICENSE title for msame
This commit is contained in:
+16
-12
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/**
|
||||||
* @file model_process.h
|
* Copyright 2020 Huawei Technologies Co., Ltd
|
||||||
*
|
*
|
||||||
* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Description: model_process
|
* you may not use this file except in compliance with the License.
|
||||||
* Author: fuyangchenghu
|
* You may obtain a copy of the License at
|
||||||
* Create: 2020/6/22
|
|
||||||
* Notes:
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*/
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _MODEL_PROCESS_H_
|
#ifndef _MODEL_PROCESS_H_
|
||||||
#define _MODEL_PROCESS_H_
|
#define _MODEL_PROCESS_H_
|
||||||
#include "acl/acl.h"
|
#include "acl/acl.h"
|
||||||
|
|||||||
+14
-10
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/**
|
||||||
* @file sample_process.h
|
* Copyright 2020 Huawei Technologies Co., Ltd
|
||||||
*
|
*
|
||||||
* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Description: model_process
|
* you may not use this file except in compliance with the License.
|
||||||
* Author: fuyangchenghu
|
* You may obtain a copy of the License at
|
||||||
* Create: 2020/6/22
|
|
||||||
* Notes:
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SAMPLE_PROCESS_H_
|
#ifndef _SAMPLE_PROCESS_H_
|
||||||
#define _SAMPLE_PROCESS_H_
|
#define _SAMPLE_PROCESS_H_
|
||||||
#include "acl/acl.h"
|
#include "acl/acl.h"
|
||||||
|
|||||||
+14
-10
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/**
|
||||||
* @file utils.h
|
* Copyright 2020 Huawei Technologies Co., Ltd
|
||||||
*
|
*
|
||||||
* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Description: model_process
|
* you may not use this file except in compliance with the License.
|
||||||
* Author: fuyangchenghu
|
* You may obtain a copy of the License at
|
||||||
* Create: 2020/6/22
|
|
||||||
* Notes:
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UTILS_H_
|
#ifndef _UTILS_H_
|
||||||
#define _UTILS_H_
|
#define _UTILS_H_
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
|
|
||||||
|
|
||||||
# CMake lowest version requirement
|
# CMake lowest version requirement
|
||||||
cmake_minimum_required(VERSION 3.5.1)
|
cmake_minimum_required(VERSION 3.5.1)
|
||||||
|
|
||||||
|
|||||||
+14
-10
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/**
|
||||||
* @file main.cpp
|
* Copyright 2020 Huawei Technologies Co., Ltd
|
||||||
*
|
*
|
||||||
* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Description: model_process
|
* you may not use this file except in compliance with the License.
|
||||||
* Author: fuyangchenghu
|
* You may obtain a copy of the License at
|
||||||
* Create: 2020/6/22
|
|
||||||
* Notes:
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sample_process.h"
|
#include "sample_process.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
|||||||
+14
-10
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/**
|
||||||
* @file model_process.cpp
|
* Copyright 2020 Huawei Technologies Co., Ltd
|
||||||
*
|
*
|
||||||
* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Description: model_process
|
* you may not use this file except in compliance with the License.
|
||||||
* Author: fuyangchenghu
|
* You may obtain a copy of the License at
|
||||||
* Create: 2020/6/22
|
|
||||||
* Notes:
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "model_process.h"
|
#include "model_process.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|||||||
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/**
|
||||||
* @file sample_process.cpp
|
* Copyright 2020 Huawei Technologies Co., Ltd
|
||||||
*
|
*
|
||||||
* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Description: model_process
|
* you may not use this file except in compliance with the License.
|
||||||
* Author: fuyangchenghu
|
* You may obtain a copy of the License at
|
||||||
* Create: 2020/6/22
|
|
||||||
* Notes:
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sample_process.h"
|
#include "sample_process.h"
|
||||||
#include "acl/acl.h"
|
#include "acl/acl.h"
|
||||||
#include "model_process.h"
|
#include "model_process.h"
|
||||||
|
|||||||
+14
-10
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/**
|
||||||
* @file utils.cpp
|
* Copyright 2020 Huawei Technologies Co., Ltd
|
||||||
*
|
*
|
||||||
* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Description: model_process
|
* you may not use this file except in compliance with the License.
|
||||||
* Author: fuyangchenghu
|
* You may obtain a copy of the License at
|
||||||
* Create: 2020/6/22
|
|
||||||
* Notes:
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "acl/acl.h"
|
#include "acl/acl.h"
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user