Searched defs:layerSupport (Results 1 – 10 of 10) sorted by relevance
32 explicit LayerSupportHandle(std::shared_ptr<ILayerSupport> layerSupport) in LayerSupportHandle()35 …explicit LayerSupportHandle(std::shared_ptr<ILayerSupport> layerSupport, const BackendId& backendI… in LayerSupportHandle()
126 static ILayerSupportSharedPtr layerSupport in GetLayerSupport() local135 static ILayerSupportSharedPtr layerSupport in GetLayerSupport() local
255 static ILayerSupportSharedPtr layerSupport in GetLayerSupport() local264 static ILayerSupportSharedPtr layerSupport in GetLayerSupport() local
84 static ILayerSupportSharedPtr layerSupport{new MockImportLayerSupport}; in GetLayerSupport() local
68 static ILayerSupportSharedPtr layerSupport{new SampleDynamicLayerSupport}; in GetLayerSupport() local
421 NeonLayerSupport layerSupport; variable
70 static ILayerSupportSharedPtr layerSupport{new RefLayerSupport}; in GetLayerSupport() local
78 static ILayerSupportSharedPtr layerSupport{new TosaRefLayerSupport}; in GetLayerSupport() local
158 static ILayerSupportSharedPtr layerSupport{new MockLayerSupport}; in GetLayerSupport() local
93 auto layerSupport = backendObject->GetLayerSupport(modelOptions); in IsLayerConfigurationSupported() local