コード例 #1
0
ファイル: CApi.cs プロジェクト: deepakkumar1984/ONNX.Net
 public static void check_attribute(byte[] bytes, CheckerContext checker_context)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: CApi.cs プロジェクト: deepakkumar1984/ONNX.Net
 public static void check_value_info(byte[] bytes, CheckerContext checker_context)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: CApi.cs プロジェクト: deepakkumar1984/ONNX.Net
 public static void check_sparse_tensor(byte[] bytes, CheckerContext checker_context)
 {
     throw new NotImplementedException();
 }