Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.cc49 StreamExecutorConfig config; in InspectNumaNodes()
74 StreamExecutorConfig config; in DeviceToBus()
86 StreamExecutorConfig config; in FirstExecutorForBus()
113 StreamExecutorConfig config; in ExecutorForDevice()
122 StreamExecutorConfig config; in ExecutorForDeviceWithPluginConfig()
130 const StreamExecutorConfig& config) { in GetExecutor()
136 ROCmPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor()
Drocm_platform.h73 const StreamExecutorConfig& config) override;
76 const StreamExecutorConfig& config) override;
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_platform.cc84 StreamExecutorConfig config; in InspectNumaNodes()
109 StreamExecutorConfig config; in DeviceToBus()
121 StreamExecutorConfig config; in FirstExecutorForBus()
147 StreamExecutorConfig config; in ExecutorForDevice()
156 StreamExecutorConfig config; in ExecutorForDeviceWithPluginConfig()
164 const StreamExecutorConfig& config) { in GetExecutor()
170 CudaPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor()
Dcuda_platform.h75 const StreamExecutorConfig& config) override;
78 const StreamExecutorConfig& config) override;
/external/tensorflow/tensorflow/stream_executor/
Dplatform.h72 struct StreamExecutorConfig { struct
75 StreamExecutorConfig();
78 explicit StreamExecutorConfig(int ordinal);
154 const StreamExecutorConfig& config) = 0;
160 const StreamExecutorConfig& config) = 0;
Dexecutor_cache.h40 const StreamExecutorConfig& config,
45 port::StatusOr<StreamExecutor*> Get(const StreamExecutorConfig& config);
65 std::pair<StreamExecutorConfig, std::unique_ptr<StreamExecutor>>>
Dplatform.cc83 StreamExecutorConfig::StreamExecutorConfig() in StreamExecutorConfig() function in stream_executor::StreamExecutorConfig
86 StreamExecutorConfig::StreamExecutorConfig(int ordinal_in) in StreamExecutorConfig() function in stream_executor::StreamExecutorConfig
Dexecutor_cache.cc23 const StreamExecutorConfig& config, in GetOrCreate()
66 const StreamExecutorConfig& config) { in Get()
Dstream_test.cc28 StreamExecutorConfig config(/*ordinal=*/0); in NewStreamExecutor()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_platform.cc45 StreamExecutorConfig config; in ExecutorForDevice()
54 StreamExecutorConfig config; in ExecutorForDeviceWithPluginConfig()
62 const StreamExecutorConfig& config) { in GetExecutor()
68 HostPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor()
Dhost_platform.h61 const StreamExecutorConfig& config) override;
64 const StreamExecutorConfig& config) override;
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dplatform.cc48 StreamExecutorConfig config; in ExecutorForDevice()
58 StreamExecutorConfig config; in ExecutorForDeviceWithPluginConfig()
66 const StreamExecutorConfig& config) { in GetExecutor()
73 const StreamExecutorConfig& config) { in GetUncachedExecutor()
Dplatform.h48 const StreamExecutorConfig& config) override;
51 const StreamExecutorConfig& config) override;
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dpool_allocator_test.cc33 platform->GetExecutor(se::StreamExecutorConfig(/*ordinal=*/0)) in TEST()
52 platform->GetExecutor(se::StreamExecutorConfig(/*ordinal=*/0)) in TEST()
86 platform->GetExecutor(se::StreamExecutorConfig(/*ordinal=*/0)) in TEST()
146 platform->GetExecutor(se::StreamExecutorConfig(/*ordinal=*/0)) in TEST()
251 platform->GetExecutor(se::StreamExecutorConfig(/*ordinal=*/0)) in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dstream_pool_test.cc31 se::StreamExecutorConfig config(/*ordinal=*/0); in NewStreamExecutor()
Dplatform_util.cc247 se::StreamExecutorConfig config; in GetStreamExecutors()