Home
last modified time | relevance | path

Searched refs:GetUncachedExecutor (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_platform.cc69 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor()
73 HostPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor() function in stream_executor::host::HostPlatform
Dhost_platform.h65 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dplatform.cc72 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor()
76 XlaInterpreterPlatform::GetUncachedExecutor( in GetUncachedExecutor() function in stream_executor::interpreter::XlaInterpreterPlatform
Dplatform.h54 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.cc132 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor()
136 ROCmPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor() function in stream_executor::gpu::ROCmPlatform
Drocm_platform.h78 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_platform.cc169 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor()
173 CudaPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor() function in stream_executor::gpu::CudaPlatform
Dcuda_platform.h78 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_platform.cc84 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor()
88 TpuPlatform::GetUncachedExecutor( in GetUncachedExecutor() function in tensorflow::tpu::TpuPlatform
Dtpu_platform.h106 GetUncachedExecutor(
/external/tensorflow/tensorflow/stream_executor/
Dplatform.h170 virtual port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
Dstream_test.cc29 return platform->GetUncachedExecutor(config).ConsumeValueOrDie(); in NewStreamExecutor()
/external/tensorflow/tensorflow/compiler/xla/service/
Dstream_pool_test.cc32 return platform->GetUncachedExecutor(config).ConsumeValueOrDie(); in NewStreamExecutor()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h70 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
Dstream_executor.cc721 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor()
723 port::StatusOr<std::unique_ptr<StreamExecutor>> CPlatform::GetUncachedExecutor( in GetUncachedExecutor() function in stream_executor::CPlatform
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc329 se::port::StatusOr<std::unique_ptr<se::StreamExecutor>> GetUncachedExecutor( in TEST() function in tensorflow::__anonde1592d50111::TEST::FakePlatform