update LICENSE title for msame
This commit is contained in:
+14
-10
@@ -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.
|
||||
* Description: model_process
|
||||
* Author: fuyangchenghu
|
||||
* Create: 2020/6/22
|
||||
* Notes:
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* 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_
|
||||
#define _MODEL_PROCESS_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.
|
||||
* Description: model_process
|
||||
* Author: fuyangchenghu
|
||||
* Create: 2020/6/22
|
||||
* Notes:
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* 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_
|
||||
#define _SAMPLE_PROCESS_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.
|
||||
* Description: model_process
|
||||
* Author: fuyangchenghu
|
||||
* Create: 2020/6/22
|
||||
* Notes:
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* 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_
|
||||
#define _UTILS_H_
|
||||
#include <algorithm>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
|
||||
|
||||
# CMake lowest version requirement
|
||||
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.
|
||||
* Description: model_process
|
||||
* Author: fuyangchenghu
|
||||
* Create: 2020/6/22
|
||||
* Notes:
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* 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 "utils.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.
|
||||
* Description: model_process
|
||||
* Author: fuyangchenghu
|
||||
* Create: 2020/6/22
|
||||
* Notes:
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* 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 "utils.h"
|
||||
#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.
|
||||
* Description: model_process
|
||||
* Author: fuyangchenghu
|
||||
* Create: 2020/6/22
|
||||
* Notes:
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* 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 "acl/acl.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.
|
||||
* Description: model_process
|
||||
* Author: fuyangchenghu
|
||||
* Create: 2020/6/22
|
||||
* Notes:
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* 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 "acl/acl.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
Reference in New Issue
Block a user