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

Method set_end

arm_compute/core/Window.h:126–129  ·  view source on GitHub ↗

Set the dimension's end * * @param[in] end The new end */

Source from the content-addressed store, hash-verified

124 * @param[in] end The new end
125 */
126 void set_end(int end)
127 {
128 _end = end;
129 }
130 /** Check whether two Dimensions are equal.
131 *
132 * @param[in] lhs LHS Dimensions

Calls

no outgoing calls

Tested by

no test coverage detected