Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DDeviceGuardImplInterface.h57 struct C10_API DeviceGuardImplInterface { struct
60 DeviceGuardImplInterface& operator=(const DeviceGuardImplInterface&) = argument
63 DeviceGuardImplInterface& operator=(DeviceGuardImplInterface&&) noexcept = argument
112 virtual Stream getDefaultStream(Device) const { in getDefaultStream()
145 virtual void destroyEvent(void* /*event*/, const DeviceIndex /*device_index*/) in destroyEvent()
154 virtual void record( in record()
170 virtual void block(void* /*event*/, const Stream& /*stream*/) const { in block()
180 virtual bool queryEvent(void* /*event*/) const { in queryEvent()
195 virtual bool queryStream(const Stream& /*stream*/) const { in queryStream()
203 virtual void synchronizeStream(const Stream& /*stream*/) const { in synchronizeStream()
[all …]