Searched refs:GetUncachedExecutor (Results 1 - 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dplatform.h49 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
H A Dplatform.cc70 config, [&]() { return GetUncachedExecutor(config); });
74 InterpreterPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { function in class:perftools::gputools::InterpreterPlatform
/external/tensorflow/tensorflow/stream_executor/host/
H A Dhost_platform.h64 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
H A Dhost_platform.cc67 config, [&]() { return GetUncachedExecutor(config); });
71 HostPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { function in class:perftools::gputools::HostPlatform
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_platform.h77 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
H A Dcuda_platform.cc167 config, [&]() { return GetUncachedExecutor(config); });
171 CudaPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { function in class:perftools::gputools::CudaPlatform
/external/tensorflow/tensorflow/stream_executor/
H A Dplatform.h147 virtual port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(

Completed in 144 milliseconds