Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc100 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
117 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
150 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
167 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
186 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
208 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
230 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
249 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
Dgpu_debug_allocator_test.cc43 auto stream_exec = in TEST() local
140 auto stream_exec = in TEST() local
187 auto stream_exec = in TEST() local
Dgpu_host_allocator.h29 explicit GpuHostAllocator(se::StreamExecutor* stream_exec, int numa_node, in GpuHostAllocator()
Dgpu_bfc_allocator.h40 explicit GPUMemAllocator(se::StreamExecutor* stream_exec, in GPUMemAllocator()
Dgpu_device.cc1534 auto stream_exec = executor.ValueOrDie(); in GetValidDeviceIds() local
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc113 std::unique_ptr<HloModule> hlo_module, se::StreamExecutor* stream_exec, in RunBackend()
139 std::vector<std::vector<se::StreamExecutor*>> stream_exec, in RunBackendOnModuleGroup()
147 std::vector<std::vector<se::StreamExecutor*>> stream_exec, in Compile()
/external/tensorflow/tensorflow/compiler/xla/
Ddevice_util.h32 string DeviceIdentifier(se::StreamExecutor* stream_exec) { in DeviceIdentifier()
/external/tensorflow/tensorflow/stream_executor/
Devent.cc24 Event::Event(StreamExecutor* stream_exec) in Event()
Dstream_executor_pimpl.cc102 ScopedTracer(StreamExecutor *stream_exec, BeginCallT begin_call, in ScopedTracer()
143 MakeScopedTracer(StreamExecutor *stream_exec, BeginCallT begin_call, in MakeScopedTracer()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_activation.cc34 StreamExecutor* stream_exec) in ScopedActivateExecutorContext()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_algorithm_picker.h40 CudnnConvAlgorithmPicker(se::StreamExecutor* stream_exec, in CudnnConvAlgorithmPicker()
Dbuffer_comparator.cc84 auto stream_exec = stream->parent(); in Create() local
135 auto stream_exec = stream_->parent(); in CompareEqualImpl() local
Dcudnn_conv_algorithm_picker.cc45 se::StreamExecutor* stream_exec) { in GetAlgorithms()
83 tensorflow::mutex_lock LockGpu(const se::StreamExecutor* stream_exec) { in LockGpu()
Dnvptx_compiler.cc179 Status OptimizeHloModule(HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloModule()
619 std::unique_ptr<HloModule> module, se::StreamExecutor* stream_exec, in RunHloPasses()
634 std::unique_ptr<HloModule> module, se::StreamExecutor* stream_exec, in RunBackend()
Dcusolver_rewriter.cc202 CusolverRewriter::CusolverRewriter(se::StreamExecutor* stream_exec, in CusolverRewriter()
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc60 se::StreamExecutor* stream_exec, in LogConvAutotuneResults()
83 se::StreamExecutor* stream_exec, in LogFusedConvAutotuneResults()
Dconv_ops_gpu.h144 se::StreamExecutor* stream_exec) const { in ShouldIncludeWinogradNonfusedAlgo()
/external/tensorflow/tensorflow/compiler/xla/service/
Dllvm_compiler.cc35 std::vector<std::vector<se::StreamExecutor*>> stream_exec, in RunBackendOnModuleGroup()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc585 std::unique_ptr<HloModule> module, se::StreamExecutor* stream_exec, in RunBackend()
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv2d_bias_activation_op.cc315 se::StreamExecutor* stream_exec, in LogFusedConvAutotuneResults()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc100 GpuExecutor* ExtractGpuExecutor(StreamExecutor* stream_exec) { in ExtractGpuExecutor()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc118 GpuExecutor* ExtractGpuExecutor(StreamExecutor* stream_exec) { in ExtractGpuExecutor()