Home
last modified time | relevance | path

Searched defs:has_impl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_library/
H A Dfake_class_registry.py48 def has_impl(self, full_qualname: str) -> bool: member in FakeClassRegistry
/aosp_15_r20/external/executorch/backends/vulkan/
H A Dop_registry.py540 def has_impl(target: OpKey) -> bool: function
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuWinogradConv2d.cpp181 …const bool has_impl = ((_winograd_impl.input_transform != nullptr) && (_winograd_impl.output_trans… in configure() local