Searched refs:SupportsRng (Results 1 – 8 of 8) sorted by relevance
160 bool SupportsRng() const override;
338 bool HostExecutor::SupportsRng() const { in SupportsRng() function in stream_executor::host::HostExecutor
338 virtual bool SupportsRng() const { return false; } in SupportsRng() function
256 bool StreamExecutor::SupportsRng() const { in SupportsRng() function in stream_executor::StreamExecutor257 return implementation_->SupportsRng(); in SupportsRng()
357 bool SupportsRng() const;
214 bool SupportsRng() const override;
773 bool GpuExecutor::SupportsRng() const { return true; } in SupportsRng() function in stream_executor::gpu::GpuExecutor
868 bool GpuExecutor::SupportsRng() const { return true; } in SupportsRng() function in stream_executor::gpu::GpuExecutor