Searched refs:get_is_supported (Results 1 – 2 of 2) sorted by relevance
46 bool get_is_supported(const DepthwiseArgs &args, const OutputStage &os) const in get_is_supported() function82 !impl->get_is_supported(args, os) || // Problem is unsupported in find_implementation()120 if (!impl->get_is_supported(args, os)) in get_compatible_kernels()
44 bool get_is_supported(const PoolingArgs &args, const OutputStage &os) const in get_is_supported() function85 if (impl->get_is_supported(args, os)) in find_implementation()