Home
last modified time | relevance | path

Searched refs:dst_stream (Results 1 – 6 of 6) sorted by relevance

/external/puffin/src/
Dmain.cc246 auto dst_stream = FileStream::Open(FLAGS_dst_file, false, true); in Main() local
247 TEST_AND_RETURN_FALSE(dst_stream); in Main()
256 : std::move(dst_stream); in Main()
278 std::move(dst_stream), huffer, dst_puff_size, dst_deflates_bit, in Main()
302 auto dst_stream = PuffinStream::CreateForHuff(std::move(dst_file), huffer, in Main() local
312 TEST_AND_RETURN_FALSE(dst_stream->Write(buffer.data(), read_size)); in Main()
316 auto dst_stream = FileStream::Open(FLAGS_dst_file, true, false); in Main() local
317 TEST_AND_RETURN_FALSE(dst_stream); in Main()
322 dst_stream, FLAGS_dst_file, FLAGS_dst_file_type, &dst_deflates_bit)); in Main()
331 dst_stream = in Main()
[all …]
Dpatching_unittest.cc151 auto dst_stream = MemoryStream::CreateForWrite(&dst_buf_out); in TestPatching() local
152 ASSERT_TRUE(PuffPatch(std::move(src_stream), std::move(dst_stream), in TestPatching()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk_schedule.cc124 int dst_stream = in RemoveRedundantDependencyEdges() local
133 if (src_order <= last_dependency(dst_stream, src_stream)) { in RemoveRedundantDependencyEdges()
136 last_dependency(dst_stream, src_stream) = src_order; in RemoveRedundantDependencyEdges()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.cc55 se::Stream* dst_stream,
67 se::Stream* transfer_stream, se::Stream* dst_stream, in ThenMemcpyDeviceToDevice() argument
Dlocal_device_state.h129 se::Stream* dst_stream,
Dlocal_device_state.cc90 se::Stream* transfer_stream, se::Stream* dst_stream, in ThenMemcpyDeviceToDevice() argument