Home
last modified time | relevance | path

Searched refs:get_is_supported (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_implementation.hpp46 bool get_is_supported(const DepthwiseArgs &args, const OutputStage &os) const in get_is_supported() function
82 !impl->get_is_supported(args, os) || // Problem is unsupported in find_implementation()
120 if (!impl->get_is_supported(args, os)) in get_compatible_kernels()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Dpooling_implementation.hpp44 bool get_is_supported(const PoolingArgs &args, const OutputStage &os) const in get_is_supported() function
85 if (impl->get_is_supported(args, os)) in find_implementation()