NativeMethodsdnn_readTensorFromONNX Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_readTensorFromONNX(System.String,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus dnn_readTensorFromONNX( string path, out IntPtr returnValue )
Public Shared Function dnn_readTensorFromONNX ( path As String, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus dnn_readTensorFromONNX( String^ path, [OutAttribute] IntPtr% returnValue )
static member dnn_readTensorFromONNX : path : string * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="path"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readTensorFromONNX(System.String,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readTensorFromONNX(System.String,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_readTensorFromONNX(System.String,System.IntPtr@)"]