MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / release

Method release

utils/ImageLoader.h:484–492  ·  view source on GitHub ↗

Explicitly Releases the memory of the loaded data */

Source from the content-addressed store, hash-verified

482 }
483 /** Explicitly Releases the memory of the loaded data */
484 void release()
485 {
486 if (_is_loaded)
487 {
488 _data.reset();
489 _is_loaded = false;
490 _feeder = nullptr;
491 }
492 }
493
494private:
495 bool _is_loaded;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected