HomeSort by relevance Sort by last modified time
    Searched refs:HostPlatform (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/host/
host_platform.cc 35 HostPlatform::HostPlatform() : name_("Host") {}
37 HostPlatform::~HostPlatform() {}
39 Platform::Id HostPlatform::id() const { return kHostPlatformId; }
41 int HostPlatform::VisibleDeviceCount() const {
45 const string& HostPlatform::Name() const { return name_; }
47 port::StatusOr<StreamExecutor*> HostPlatform::ExecutorForDevice(int ordinal) {
55 port::StatusOr<StreamExecutor*> HostPlatform::ExecutorForDeviceWithPluginConfig(
64 port::StatusOr<StreamExecutor*> HostPlatform::GetExecutor
    [all...]
host_platform.h 42 class HostPlatform : public Platform {
44 HostPlatform();
45 ~HostPlatform() override;
78 SE_DISALLOW_COPY_AND_ASSIGN(HostPlatform);

Completed in 69 milliseconds