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

Method Queue

arm_compute/Acl.hpp:453–455  ·  view source on GitHub ↗

Constructor * * @note Serves as a simpler delegate constructor * @note As queue options, default conservative options will be used * * @param[in] ctx Context to create queue for * @param[out] status Status information if requested */

Source from the content-addressed store, hash-verified

451 * @param[out] status Status information if requested
452 */
453 explicit Queue(Context &ctx, StatusCode *status = nullptr) : Queue(ctx, Options(), status)
454 {
455 }
456 /** Constructor
457 *
458 * @note As queue options, default conservative options will be used

Callers

nothing calls this directly

Calls 4

AclCreateQueueFunction · 0.85
report_statusFunction · 0.85
OptionsClass · 0.70
getMethod · 0.45

Tested by

no test coverage detected