Home
last modified time | relevance | path

Searched refs:AllocateStream (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h116 bool AllocateStream(Stream *stream) override;
Dhost_gpu_executor.cc194 bool HostExecutor::AllocateStream(Stream *stream) { return true; } in AllocateStream() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h151 bool AllocateStream(Stream *stream) override { return true; } in AllocateStream() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h73 bool AllocateStream(Stream* stream) override;
Dtpu_executor.cc89 bool TpuExecutor::AllocateStream(Stream* stream) { in AllocateStream() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc326 streams_[core_id] = AllocateStream(core_id); in GrpcTpuDriver()
331 host_stream_ = AllocateStream(-1); in GrpcTpuDriver()
430 std::unique_ptr<GrpcTpuStream> AllocateStream(int32_t core_id);
989 std::unique_ptr<GrpcTpuStream> GrpcTpuDriver::AllocateStream(int32_t id) { in AllocateStream() function in tpu_driver::__anon4073f9c10111::GrpcTpuDriver
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h254 virtual bool AllocateStream(Stream *stream) = 0;
Dstream_executor_pimpl.cc762 bool StreamExecutor::AllocateStream(Stream *stream) { in AllocateStream() function in stream_executor::StreamExecutor
764 if (!implementation_->AllocateStream(stream)) { in AllocateStream()
Dstream_executor_pimpl.h613 bool AllocateStream(Stream *stream);
Dstream.cc305 if (parent_->AllocateStream(this)) { in Init()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h159 bool AllocateStream(Stream* stream) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc607 bool GpuExecutor::AllocateStream(Stream* stream) { in AllocateStream() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc478 bool AllocateStream(Stream* stream) override { in AllocateStream() function in stream_executor::__anon00950a620111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc699 bool GpuExecutor::AllocateStream(Stream* stream) { in AllocateStream() function in stream_executor::gpu::GpuExecutor