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

Method get

utils/ImageLoader.h:75–78  ·  view source on GitHub ↗

Inherited overridden methods

Source from the content-addressed store, hash-verified

73 }
74 // Inherited overridden methods
75 uint8_t get() override
76 {
77 return _fs.get();
78 }
79 void get_row(uint8_t *dst, size_t row_size) override
80 {
81 ARM_COMPUTE_ERROR_ON(dst == nullptr);

Callers 5

fill_imageMethod · 0.45
fill_planar_tensorMethod · 0.45
openMethod · 0.45
add_optionMethod · 0.45
add_positional_optionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected