(input)
| 75 | ]; |
| 76 | |
| 77 | function predictFunction(input) { |
| 78 | return model => model.predict(input); |
| 79 | } |
| 80 | |
| 81 | // Common predict function for MobileNetV3 and MobileNetV2Lite |
| 82 | function commonMobileNetPredictFunc() { |
no test coverage detected
searching dependent graphs…