Home
last modified time | relevance | path

Searched defs:stream_exec (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc102 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
119 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
152 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
169 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
188 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
210 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
232 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
Dgpu_debug_allocator_test.cc40 auto stream_exec = GpuIdUtil::ExecutorForCudaGpuId(cuda_gpu_id).ValueOrDie(); in TEST() local
127 auto stream_exec = GpuIdUtil::ExecutorForCudaGpuId(cuda_gpu_id).ValueOrDie(); in TEST() local
170 auto stream_exec = GpuIdUtil::ExecutorForCudaGpuId(cuda_gpu_id).ValueOrDie(); in TEST() local
Dgpu_bfc_allocator.h55 explicit GPUMemAllocator(perftools::gputools::StreamExecutor* stream_exec) in GPUMemAllocator()
Dpool_allocator.h184 explicit CUDAHostAllocator(perftools::gputools::StreamExecutor* stream_exec) in CUDAHostAllocator()
Dgpu_device.cc1315 auto stream_exec = executor.ValueOrDie(); in GetValidDeviceIds() local
/external/tensorflow/tensorflow/compiler/xla/
Ddevice_util.h32 string DeviceIdentifier(perftools::gputools::StreamExecutor* stream_exec) { in DeviceIdentifier()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_convolution_algorithm_picker.h37 perftools::gputools::StreamExecutor* stream_exec, in CudnnConvolutionAlgorithmPicker()
Dgpu_compiler.cc132 se::StreamExecutor* stream_exec, in OptimizeHloModule()
470 std::unique_ptr<HloModule> module, se::StreamExecutor* stream_exec, in RunHloPasses()
481 std::unique_ptr<HloModule> module, se::StreamExecutor* stream_exec, in RunBackend()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_activation.cc35 StreamExecutor *stream_exec) in ScopedActivateExecutorContext()
Dcuda_gpu_executor.cc116 CUDAExecutor *ExtractCudaExecutor(StreamExecutor *stream_exec) { in ExtractCudaExecutor()
/external/tensorflow/tensorflow/stream_executor/
Devent.cc25 Event::Event(StreamExecutor* stream_exec) in Event()
Dstream_executor_pimpl.cc98 ScopedTracer(StreamExecutor *stream_exec, BeginCallT begin_call, in ScopedTracer()
139 MakeScopedTracer(StreamExecutor *stream_exec, BeginCallT begin_call, in MakeScopedTracer()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc65 std::unique_ptr<HloModule> hlo_module, se::StreamExecutor* stream_exec, in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc454 perftools::gputools::StreamExecutor* stream_exec, in RunBackend()