Searched defs:DeviceGuardImplInterface (Results 1 – 1 of 1) sorted by relevance
57 struct C10_API DeviceGuardImplInterface { struct60 DeviceGuardImplInterface& operator=(const DeviceGuardImplInterface&) = argument63 DeviceGuardImplInterface& operator=(DeviceGuardImplInterface&&) noexcept = argument112 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 …]