MCPcopy
hub / github.com/tensorflow/tfjs-models / TaskModel

Interface TaskModel

tasks/src/task_model.ts:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 * model.cleanUp();
54 */
55export interface TaskModel {
56 /**
57 * Cleans up resources if necessary.
58 */
59 cleanUp(): void;
60}
61
62/** Metadata for a task model. */
63export interface TaskModelMetadata {

Callers 5

cleanUpMethod · 0.65
cleanUpMethod · 0.65
cleanUpMethod · 0.65
cleanUpMethod · 0.65
cleanUpMethod · 0.65

Implementers 7

CocoSsdTFJStasks/src/tasks/object_detection/cocos
ObjectDetectorTFLitetasks/src/tasks/object_detection/tflit
ImageClassifierTFLitetasks/src/tasks/image_classification/t
QuestionAnswererTFLitetasks/src/tasks/question_and_answer/tf
NLClassifierTFLitetasks/src/tasks/nl_classification/tfli
DeeplabTFJStasks/src/tasks/image_segmentation/dee
ImageSegmenterTFLitetasks/src/tasks/image_segmentation/tfl

Calls

no outgoing calls

Tested by

no test coverage detected