| 46 | virtual void SetLaunchConfig(int64_t threshold, int64_t batch_size) = 0; |
| 47 | |
| 48 | XQueueImplType GetImplType() const { return kImplType; } |
| 49 | XDevice GetDevice() const { return kDevice; } |
| 50 | XQueueHandle GetHandle() const { return kHandle; } |
| 51 | std::shared_ptr<HwQueue> GetHwQueue() const { return kHwQueue; } |
nothing calls this directly
no outgoing calls
no test coverage detected