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

Method get

arm_compute/Acl.hpp:160–163  ·  view source on GitHub ↗

Access uderlying object * * @return Underlying object */

Source from the content-addressed store, hash-verified

158 * @return Underlying object
159 */
160 const T *get() const
161 {
162 return _object.get();
163 }
164 /** Access uderlying object
165 *
166 * @return Underlying object

Callers 13

operator==Function · 0.45
QueueMethod · 0.45
finishMethod · 0.45
TensorMethod · 0.45
mapMethod · 0.45
unmapMethod · 0.45
importMethod · 0.45
get_sizeMethod · 0.45
get_descriptorMethod · 0.45
TensorPackMethod · 0.45
addMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected