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

Method width

utils/ImageLoader.h:134–137  ·  view source on GitHub ↗

Return the width of the currently open image file. */

Source from the content-addressed store, hash-verified

132 virtual ~IImageLoader() = default;
133 /** Return the width of the currently open image file. */
134 unsigned int width() const
135 {
136 return _width;
137 }
138 /** Return the height of the currently open image file. */
139 unsigned int height() const
140 {

Callers 2

access_tensorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected