/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_platform.cc | 69 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor() 73 HostPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor() function in stream_executor::host::HostPlatform
|
D | host_platform.h | 65 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | platform.cc | 72 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor() 76 XlaInterpreterPlatform::GetUncachedExecutor( in GetUncachedExecutor() function in stream_executor::interpreter::XlaInterpreterPlatform
|
D | platform.h | 54 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_platform.cc | 132 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor() 136 ROCmPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor() function in stream_executor::gpu::ROCmPlatform
|
D | rocm_platform.h | 78 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_platform.cc | 169 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor() 173 CudaPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor() function in stream_executor::gpu::CudaPlatform
|
D | cuda_platform.h | 78 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | tpu_platform.cc | 84 config, [&]() { return GetUncachedExecutor(config); }); in GetExecutor() 88 TpuPlatform::GetUncachedExecutor( in GetUncachedExecutor() function in tensorflow::tpu::TpuPlatform
|
D | tpu_platform.h | 106 GetUncachedExecutor(
|
/external/tensorflow/tensorflow/stream_executor/ |
D | platform.h | 170 virtual port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
|
D | stream_test.cc | 29 return platform->GetUncachedExecutor(config).ConsumeValueOrDie(); in NewStreamExecutor()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | stream_pool_test.cc | 32 return platform->GetUncachedExecutor(config).ConsumeValueOrDie(); in NewStreamExecutor()
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_internal.h | 70 port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor(
|
D | stream_executor.cc | 721 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/ |
D | xla_jit_compiled_cpu_function_test.cc | 329 se::port::StatusOr<std::unique_ptr<se::StreamExecutor>> GetUncachedExecutor( in TEST() function in tensorflow::__anonde1592d50111::TEST::FakePlatform
|