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

Method constructor

electron/image_classifier.js:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 */
33export class ImageClassifier {
34 constructor() {
35 this.model = null;
36 }
37
38 /**
39 * Perform classification on a batch of image tensors.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected