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

Function get_internal

src/common/IQueue.h:76–79  ·  view source on GitHub ↗

Extract internal representation of a Queue * * @param[in] queue Opaque queue pointer * * @return The internal representation as an IQueue */

Source from the content-addressed store, hash-verified

74 * @return The internal representation as an IQueue
75 */
76inline IQueue *get_internal(AclQueue queue)
77{
78 return static_cast<IQueue *>(queue);
79}
80
81namespace detail
82{

Callers 15

AclCreateTensorFunction · 0.50
AclMapTensorFunction · 0.50
AclUnmapTensorFunction · 0.50
AclTensorImportFunction · 0.50
AclDestroyTensorFunction · 0.50
AclRunOperatorFunction · 0.50
AclDestroyOperatorFunction · 0.50
PackTensorInternalFunction · 0.50
AclCreateTensorPackFunction · 0.50
AclPackTensorFunction · 0.50
AclPackTensorsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected