Add copyright header to source files

This commit is contained in:
2024-04-11 18:02:49 +02:00
parent 503ad687dc
commit 09a1369122
61 changed files with 364 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
// ***************************************************************
// SPDX-FileCopyrightText: Copyright 2024 Ricardo Montañana Gómez
// SPDX-FileType: SOURCE
// SPDX-License-Identifier: MIT
// ***************************************************************
#ifndef FEATURE_SELECT_H
#define FEATURE_SELECT_H
#include <torch/torch.h>