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

Method close

utils/ImageLoader.h:403–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402 }
403 void close() override
404 {
405 if (is_open())
406 {
407 _fs.close();
408 _feeder = nullptr;
409 }
410 ARM_COMPUTE_ERROR_ON(is_open());
411 }
412
413protected:
414 // Inherited methods overridden:

Callers 2

get_image_type_from_fileFunction · 0.45
do_setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected