Example #1
0
 public static extern int ailiaGetBlobShape(IntPtr net, [In, Out] AILIAShape shape, UInt32 node_idx, UInt32 version);
Example #2
0
 public static extern int ailiaSetInputBlobShape(IntPtr net, [In] AILIAShape shape, UInt32 blob_idx, UInt32 version);
Example #3
0
 public static extern int ailiaGetOutputShape(IntPtr net, [In, Out] AILIAShape shape, UInt32 version);