Unverified Commit c47c9196 authored by Jerry Jiarui XU's avatar Jerry Jiarui XU Committed by GitHub
Browse files

[Docs] Add header for files (#1181)

* [Docs] Add header for files

* change to OpenMMLab

* add headers for .cpp, .cu, .h, .cuh

* replace Open-MMLab with OpenMMLab
parent 04daea42
// Copyright (c) OpenMMLab. All rights reserved
#include "trt_modulated_deform_conv.hpp"
#include <assert.h>
......
// Copyright (c) OpenMMLab. All rights reserved
#include <assert.h>
#include <cuda_fp16.h>
......
// Copyright (c) OpenMMLab. All rights reserved
#include "trt_nms.hpp"
#include <assert.h>
......
// Copyright (c) OpenMMLab. All rights reserved
#include <stdio.h>
#include <thrust/execution_policy.h>
#include <thrust/gather.h>
......
// Copyright (c) OpenMMLab. All rights reserved
#include "trt_plugin.hpp"
#include "trt_corner_pool.hpp"
......
// Copyright (c) OpenMMLab. All rights reserved
#include "trt_roi_align.hpp"
#include <assert.h>
......
// Copyright (c) OpenMMLab. All rights reserved
#include "common_cuda_helper.hpp"
#include "roi_align_cuda_kernel.cuh"
......
// Copyright (c) OpenMMLab. All rights reserved
#include "trt_scatternd.hpp"
#include <assert.h>
......
// Copyright (c) OpenMMLab. All rights reserved
#include <stdio.h>
#include <vector>
......
// Copyright (c) OpenMMLab. All rights reserved
#ifndef TRT_CUDA_HELPER_HPP
#define TRT_CUDA_HELPER_HPP
#include <cublas_v2.h>
......
// Copyright (c) OpenMMLab. All rights reserved
#ifndef TIN_SHIFT_CUDA_KERNEL_CUH
#define TIN_SHIFT_CUDA_KERNEL_CUH
......
# Copyright (c) OpenMMLab. All rights reserved.
import math
from typing import Tuple, Union
......
# Copyright (c) OpenMMLab. All rights reserved.
from torch import nn
from torch.autograd import Function
from torch.autograd.function import once_differentiable
......
# Copyright (c) OpenMMLab. All rights reserved.
# This file is for backward compatibility.
# Module wrappers for empty tensor have been moved to mmcv.cnn.bricks.
import warnings
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
import torch.nn as nn
from torch.autograd import Function
......
# Copyright (c) OpenMMLab. All rights reserved.
import glob
import os
......
# Copyright (c) OpenMMLab. All rights reserved.
import math
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
from abc import abstractmethod
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import math
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import math
import warnings
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment