Home
last modified time | relevance | path

Searched refs:CPlatform (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc673 CPlatform::CPlatform(SP_Platform platform, in CPlatform() function in stream_executor::CPlatform
688 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()
Dstream_executor_internal.h48 class CPlatform : public Platform {
50 explicit CPlatform(SP_Platform platform,
56 ~CPlatform() override;
Dstream_executor_test.cc327 cplatform_ = absl::make_unique<CPlatform>( in GetExecutor()
341 std::unique_ptr<CPlatform> cplatform_;