MCPcopy Index your code
hub / github.com/tensorflow/tfjs / predictFunction

Function predictFunction

e2e/benchmarks/model_config.js:77–79  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

75];
76
77function predictFunction(input) {
78 return model => model.predict(input);
79}
80
81// Common predict function for MobileNetV3 and MobileNetV2Lite
82function commonMobileNetPredictFunc() {

Callers 2

model_config.jsFile · 0.85

Calls 1

predictMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…