Home
last modified time | relevance | path

Searched refs:SetDeviceSharedMemoryConfig (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h182 port::Status SetDeviceSharedMemoryConfig(SharedMemoryConfig config) override { in SetDeviceSharedMemoryConfig() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h166 port::Status SetDeviceSharedMemoryConfig(SharedMemoryConfig config) override { in SetDeviceSharedMemoryConfig() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h266 virtual port::Status SetDeviceSharedMemoryConfig(
Dstream_executor_pimpl.cc280 port::Status StreamExecutor::SetDeviceSharedMemoryConfig( in SetDeviceSharedMemoryConfig() function in stream_executor::StreamExecutor
290 return implementation_->SetDeviceSharedMemoryConfig(config); in SetDeviceSharedMemoryConfig()
Dstream_executor_pimpl.h343 port::Status SetDeviceSharedMemoryConfig(SharedMemoryConfig config);
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h192 port::Status SetDeviceSharedMemoryConfig(SharedMemoryConfig config) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc745 port::Status GpuExecutor::SetDeviceSharedMemoryConfig( in SetDeviceSharedMemoryConfig() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc864 port::Status GpuExecutor::SetDeviceSharedMemoryConfig( in SetDeviceSharedMemoryConfig() function in stream_executor::gpu::GpuExecutor