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

Method dispose

pose-detection/src/pose_detector.ts:45–45  ·  view source on GitHub ↗

* Dispose the underlying models from memory.

()

Source from the content-addressed store, hash-verified

43 * Dispose the underlying models from memory.
44 */
45 dispose(): void;
46
47 /**
48 * Reset global states in the model.

Callers 15

disposeMethod · 0.65
disposeFunction · 0.65
estimateMultiplePosesMethod · 0.65
estimateSinglePoseMethod · 0.65
disposeMethod · 0.65
decodeSinglePoseFunction · 0.65
poseDetectionFrameFunction · 0.65
estimatePosesMethod · 0.65

Implementers 4

MoveNetDetectorpose-detection/src/movenet/detector.ts
PosenetDetectorpose-detection/src/posenet/detector.ts
BlazePoseTfjsDetectorpose-detection/src/blazepose_tfjs/dete
BlazePoseMediaPipeDetectorpose-detection/src/blazepose_mediapipe

Calls

no outgoing calls

Tested by

no test coverage detected