Searched defs:create_proxy (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | TextureOpTest.cpp | 69 static sk_sp<GrSurfaceProxy> create_proxy(GrRecordingContext* rContext) { in create_proxy() function
|
H A D | BulkRectTest.cpp | 68 static sk_sp<GrSurfaceProxy> create_proxy(GrRecordingContext* rContext) { in create_proxy() function
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | output_graph.py | 550 def create_proxy(self, *args, **kwargs): member in OutputGraph 1872 def create_proxy( member in SubgraphTracer
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | meta_tracer.py | 144 …def create_proxy(self, kind, target, args, kwargs, name=None, type_expr=None, proxy_factory_fn=Non… member in MetaTracer
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 184 fn create_proxy(&self) -> dbus::nonblock::Proxy<Arc<SyncConnection>> { in create_proxy() method
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | proxy.py | 193 def create_proxy(self, kind: str, target: Target, args: Tuple[Any, ...], kwargs: Dict[str, Any], member in TracerBase
|