Home
last modified time | relevance | path

Searched refs:SetStream (Results 1 – 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_rng.cc88 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
113 if (!SetStream(stream)) { in DoPopulateRandUniformInternal()
169 if (!SetStream(stream)) { in DoPopulateRandGaussianInternal()
207 if (!SetStream(stream)) { in SetSeed()
Dcuda_blas.h77 bool SetStream(Stream *stream) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_);
Dcuda_fft.cc69 bool SetStream(GpuExecutor *parent, cufftHandle plan, Stream *stream) { in SetStream() function
496 if (!SetStream(parent_, cuda_fft_plan->GetPlan(), stream)) { in DoFftInternal()
551 if (!SetStream(parent_, cuda_fft_plan->GetPlan(), stream)) { in DoFftWithDirectionInternal()
/external/lzma/CPP/7zip/Common/
DLimitedStreams.h20 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
49 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function
148 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
202 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function
DOutBuffer.h43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
DInBuffer.h45 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
/external/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.h26 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
54 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function
DDummyOutStream.h17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
DOutStreamWithCRC.h23 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
DCoderMixer2.h44 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
69 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_rng.cc142 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
167 if (!SetStream(stream)) { in DoPopulateRandUniformInternal()
224 if (!SetStream(stream)) { in DoPopulateRandGaussianInternal()
261 if (!SetStream(stream)) { in SetSeed()
Drocm_fft.cc146 bool SetStream(GpuExecutor *parent, hipfftHandle plan, Stream *stream) { in SetStream() function
520 if (!SetStream(parent_, rocm_fft_plan->GetPlan(), stream)) { in DoFftInternal()
572 if (!SetStream(parent_, rocm_fft_plan->GetPlan(), stream)) { in DoFftWithDirectionInternal()
Drocm_blas.h93 bool SetStream(Stream *stream) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_);
/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs9 void SetStream(System.IO.Stream inStream); in SetStream() method
DLzBinTree.cs51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); } in SetStream() method in SevenZip.Compression.LZ.BinTree
DLzInWindow.cs81 public void SetStream(System.IO.Stream stream) { _stream = stream; } in SetStream() method in SevenZip.Compression.LZ.InWindow
/external/lzma/CS/7zip/Common/
DOutBuffer.cs19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; } in SetStream() method in SevenZip.Buffer.OutBuffer
/external/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() method in OutWindow
DInWindow.java81 public void SetStream(java.io.InputStream stream) { _stream = stream; } in SetStream() method in InWindow
/external/webrtc/rtc_tools/data_channel_benchmark/
Dgrpc_signaling.cc36 void SetStream(T* stream) { stream_ = stream; } in SetStream() function in webrtc::__anona744a49a0111::SessionData
228 session_.SetStream(stream_.get()); in Start()
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DDecoder.java17 public final void SetStream(java.io.InputStream stream) in SetStream() method in Decoder
DEncoder.java21 public void SetStream(java.io.OutputStream stream) in SetStream() method in Encoder
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dgpu_rng.h83 bool SetStream(Stream* stream) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_);
/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java204 m_RangeDecoder.SetStream(inStream); in Code()
205 m_OutWindow.SetStream(outStream); in Code()
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs18 public void SetStream(System.IO.Stream stream) in SetStream() method in SevenZip.Compression.RangeCoder.Encoder

12