Home
last modified time | relevance | path

Searched refs:stream_executor_ (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h87 SP_StreamExecutor stream_executor_; variable
98 stream_executor_(stream_executor), in CStream()
104 stream_executor_->create_stream(device_, &stream_handle_, c_status.get()); in Create()
111 stream_executor_->destroy_stream(device_, stream_handle_); in Destroy()
120 SP_StreamExecutor* stream_executor_; variable
128 stream_executor_(stream_executor), in CEvent()
134 stream_executor_->create_event(device_, &event_handle_, c_status.get()); in Create()
140 stream_executor_->record_event(device_, stream_handle, event_handle_, in Record()
147 stream_executor_->destroy_event(device_, event_handle_); in Destroy()
156 SP_StreamExecutor* stream_executor_; variable
[all …]
Dstream_executor.cc246 stream_executor_(stream_executor), in CStreamExecutor()
263 stream_executor_->allocate(&device_, size, memory_space, &mem); in Allocate()
280 stream_executor_->deallocate(&device_, &device_memory_base); in Deallocate()
284 return stream_executor_->host_memory_allocate(&device_, size); in HostMemoryAllocate()
288 stream_executor_->host_memory_deallocate(&device_, mem); in HostMemoryDeallocate()
295 CHECK(stream_executor_->unified_memory_allocate); in UnifiedMemoryAllocate()
296 return stream_executor_->unified_memory_allocate(&device_, size); in UnifiedMemoryAllocate()
300 CHECK(stream_executor_->unified_memory_deallocate); in UnifiedMemoryDeallocate()
301 stream_executor_->unified_memory_deallocate(&device_, mem); in UnifiedMemoryDeallocate()
307 stream_executor_->get_allocator_stats(&device_, &c_stats); in GetAllocatorStats()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment.h38 stream_executor_(stream_executor) {} in GpuLayoutAssignment()
54 se::StreamExecutor* stream_executor_; variable
Dgpu_layout_assignment.cc156 HeuristicLayoutAssignment(instr, stream_executor_); in AddBackendConstraintsToDnnConvCustomCall()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc36 : stream_executor_(stream_executor) {} in XlaDeviceAllocator()
58 stream_executor_->GetAllocatorStats(); in GetStats()
Dxla_device_context.h48 se::StreamExecutor* stream_executor_;
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.h137 se::StreamExecutor* stream_executor_; variable
Dlocal_client_test_base.cc129 stream_executor_ = PlatformUtil::GetStreamExecutors(local_client_->platform()) in LocalClientTestBase()
Dtransfer_manager_test.cc48 ->BorrowStream(stream_executor_)