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

Method Context

arm_compute/Acl.hpp:379–381  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

377 * @param[out] status Status information if requested
378 */
379 explicit Context(Target target, StatusCode *status = nullptr) : Context(target, Options(), status)
380 {
381 }
382 /** Constructor
383 *
384 * @param[in] target Target to create context for

Callers

nothing calls this directly

Calls 3

AclCreateContextFunction · 0.85
report_statusFunction · 0.85
OptionsClass · 0.70

Tested by

no test coverage detected