Searched refs:dst_stream (Results 1 – 6 of 6) sorted by relevance
/external/puffin/src/ |
D | main.cc | 246 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 …]
|
D | patching_unittest.cc | 151 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/ |
D | thunk_schedule.cc | 124 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/ |
D | tpu_client.cc | 55 se::Stream* dst_stream, 67 se::Stream* transfer_stream, se::Stream* dst_stream, in ThenMemcpyDeviceToDevice() argument
|
D | local_device_state.h | 129 se::Stream* dst_stream,
|
D | local_device_state.cc | 90 se::Stream* transfer_stream, se::Stream* dst_stream, in ThenMemcpyDeviceToDevice() argument
|