File tree 1 file changed +28
-2
lines changed
1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -1412,7 +1412,7 @@ function readNetFromTorch(string $filename) {
1412
1412
* @param string $modelFilename
1413
1413
* @return Net
1414
1414
*/
1415
- function readNetFromCaffe (string $ protoFilename , $ modelFilename ) {
1415
+ function readNetFromCaffe (string $ protoFilename , string $ modelFilename ) {
1416
1416
1417
1417
}
1418
1418
@@ -1421,6 +1421,32 @@ function readNetFromCaffe(string $protoFilename, $modelFilename) {
1421
1421
* @param string $modelFilename
1422
1422
* @return Net
1423
1423
*/
1424
- function readNetFromTensorflow (string $ model , $ config ) {
1424
+ function readNetFromTensorflow (string $ model , string $ config ) {
1425
+
1426
+ }
1427
+
1428
+ /**
1429
+ * @param string $cfg
1430
+ * @param string $weights
1431
+ * @return Net
1432
+ */
1433
+ function readNetFromDarknet (string $ cfg , string $ weights ) {
1434
+
1435
+ }
1436
+
1437
+ /**
1438
+ * @param string $model
1439
+ * @return Net
1440
+ */
1441
+ function readNetFromONNX (string $ model ) {
1442
+
1443
+ }
1444
+
1445
+ /**
1446
+ * @param string $model
1447
+ * @param string $weights
1448
+ * @return Net
1449
+ */
1450
+ function readNetFromModelOptimizer (string $ model , string $ weights ) {
1425
1451
1426
1452
}
You can’t perform that action at this time.
0 commit comments