MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / beginEstimateSegmentationStats

Function beginEstimateSegmentationStats

gpu-pipeline/ui-util.js:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86function beginEstimateSegmentationStats() {
87 startInferenceTime = (performance || Date).now();
88}
89
90function endEstimateSegmentationStats() {
91 const endInferenceTime = (performance || Date).now();

Callers 2

predictFunction · 0.85
predictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected