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

Method height

utils/ImageLoader.h:139–142  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137 }
138 /** Return the height of the currently open image file. */
139 unsigned int height() const
140 {
141 return _height;
142 }
143 /** Return true if the image file is currently open */
144 virtual bool is_open() = 0;
145 /** Open an image file and reads its metadata (Width, height)

Callers 1

access_tensorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected