NativeMethodsdnn_Net_getPerfProfile Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static long dnn_Net_getPerfProfile( IntPtr net, IntPtr timings )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function dnn_Net_getPerfProfile ( net As IntPtr, timings As IntPtr ) As Long
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static long long dnn_Net_getPerfProfile( IntPtr net, IntPtr timings )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member dnn_Net_getPerfProfile : net : IntPtr * timings : IntPtr -> int64
OpenCvSharp.NativeMethods.dnn_Net_getPerfProfile = function(net, timings);