mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
11 lines
209 B
C#
11 lines
209 B
C#
|
namespace MMDeploy
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Nativate C methods.
|
|||
|
/// </summary>
|
|||
|
internal static partial class NativeMethods
|
|||
|
{
|
|||
|
public const string DllExtern = "MMDeployExtern";
|
|||
|
}
|
|||
|
}
|