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

Function are_context_options_valid

src/c/AclContext.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool are_context_options_valid(const AclContextOptions *options)
53{
54 ARM_COMPUTE_ASSERT_NOT_NULLPTR(options);
55 return arm_compute::utils::is_in(options->mode, {AclPreferFastRerun, AclPreferFastStart});
56}
57
58arm_compute::IContext *create_context(AclTarget target, const AclContextOptions *options)
59{

Callers 1

AclCreateContextFunction · 0.85

Calls 1

is_inFunction · 0.85

Tested by

no test coverage detected