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

Method type

src/common/IContext.h:66–69  ·  view source on GitHub ↗

Target type accessor * * @return Target that the context is associated with */

Source from the content-addressed store, hash-verified

64 * @return Target that the context is associated with
65 */
66 Target type() const
67 {
68 return _target;
69 }
70 /** Increment context refcount */
71 void inc_ref() const
72 {

Callers 7

CpuTensorMethod · 0.45
AclGetClContextFunction · 0.45
AclSetClContextFunction · 0.45
AclGetClDeviceFunction · 0.45
AclGetClQueueFunction · 0.45
AclSetClQueueFunction · 0.45
AclGetClMemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected