Searched refs:CPlatform (Results 1 – 3 of 3) sorted by relevance
673 CPlatform::CPlatform(SP_Platform platform, in CPlatform() function in stream_executor::CPlatform688 CPlatform::~CPlatform() { in ~CPlatform()698 CPlatform::DescriptionForDevice(int ordinal) const { in DescriptionForDevice()706 port::StatusOr<StreamExecutor*> CPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice()711 port::StatusOr<StreamExecutor*> CPlatform::ExecutorForDeviceWithPluginConfig( in ExecutorForDeviceWithPluginConfig()718 port::StatusOr<StreamExecutor*> CPlatform::GetExecutor( in GetExecutor()723 port::StatusOr<std::unique_ptr<StreamExecutor>> CPlatform::GetUncachedExecutor( in GetUncachedExecutor()806 std::unique_ptr<stream_executor::CPlatform> cplatform( in InitStreamExecutorPlugin()807 new stream_executor::CPlatform( in InitStreamExecutorPlugin()
48 class CPlatform : public Platform {50 explicit CPlatform(SP_Platform platform,56 ~CPlatform() override;
327 cplatform_ = absl::make_unique<CPlatform>( in GetExecutor()341 std::unique_ptr<CPlatform> cplatform_;