Home
last modified time | relevance | path

Searched defs:create_proxy (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DTextureOpTest.cpp69 static sk_sp<GrSurfaceProxy> create_proxy(GrRecordingContext* rContext) { in create_proxy() function
H A DBulkRectTest.cpp68 static sk_sp<GrSurfaceProxy> create_proxy(GrRecordingContext* rContext) { in create_proxy() function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py550 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 Dmeta_tracer.py144 …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/
Dlib.rs184 fn create_proxy(&self) -> dbus::nonblock::Proxy<Arc<SyncConnection>> { in create_proxy() method
/aosp_15_r20/external/pytorch/torch/fx/
H A Dproxy.py193 def create_proxy(self, kind: str, target: Target, args: Tuple[Any, ...], kwargs: Dict[str, Any], member in TracerBase