/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_rng.cc | 88 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()
|
D | cuda_fft.cc | 64 bool SetStream(GpuExecutor *parent, cufftHandle plan, Stream *stream) { in SetStream() function 464 if (!SetStream(parent_, cuda_fft_plan->GetPlan(), stream)) { in DoFftInternal() 492 if (!SetStream(parent_, cuda_fft_plan->GetPlan(), stream)) { in DoFftWithDirectionInternal()
|
/external/lzma/CPP/7zip/Common/ |
D | LimitedStreams.h | 20 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
|
D | OutBuffer.h | 43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
D | InBuffer.h | 45 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_rng.cc | 143 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng 168 if (!SetStream(stream)) { in DoPopulateRandUniformInternal() 225 if (!SetStream(stream)) { in DoPopulateRandGaussianInternal() 262 if (!SetStream(stream)) { in SetSeed()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | InStreamWithCRC.h | 26 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 54 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function
|
D | DummyOutStream.h | 17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
|
D | OutStreamWithCRC.h | 23 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
D | CoderMixer2.h | 44 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 69 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
/external/v4l2_codec2/vda/ |
D | vp9_decoder.cc | 29 void VP9Decoder::SetStream(const uint8_t* ptr, size_t size) { in SetStream() function in media::VP9Decoder 34 parser_.SetStream(ptr, size); in SetStream()
|
D | accelerated_video_decoder.h | 26 virtual void SetStream(const uint8_t* ptr, size_t size) = 0;
|
D | vp8_decoder.h | 74 void SetStream(const uint8_t* ptr, size_t size) override;
|
D | vp9_decoder.h | 100 void SetStream(const uint8_t* ptr, size_t size) override;
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | IMatchFinder.cs | 9 void SetStream(System.IO.Stream inStream); in SetStream() method
|
D | LzBinTree.cs | 51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); } in SetStream() method in SevenZip.Compression.LZ.BinTree
|
D | LzInWindow.cs | 81 public void SetStream(System.IO.Stream stream) { _stream = stream; } in SetStream() method in SevenZip.Compression.LZ.InWindow
|
/external/lzma/CS/7zip/Common/ |
D | OutBuffer.cs | 19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; } in SetStream() method in SevenZip.Buffer.OutBuffer
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | OutWindow.java | 24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() method in OutWindow
|
D | InWindow.java | 81 public void SetStream(java.io.InputStream stream) { _stream = stream; } in SetStream() method in InWindow
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | Decoder.java | 17 public final void SetStream(java.io.InputStream stream) in SetStream() method in Decoder
|
D | Encoder.java | 21 public void SetStream(java.io.OutputStream stream) in SetStream() method in Encoder
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_rng.h | 84 bool SetStream(Stream* stream) EXCLUSIVE_LOCKS_REQUIRED(mu_);
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Decoder.java | 204 m_RangeDecoder.SetStream(inStream); in Code() 205 m_OutWindow.SetStream(outStream); in Code()
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 18 public void SetStream(System.IO.Stream stream) in SetStream() method in SevenZip.Compression.RangeCoder.Encoder
|