Home
last modified time | relevance | path

Searched defs:buffer_slice (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc37 BufferAllocation::Slice buffer_slice; in AddAliasingInformationToIrArray() local
106 const BufferAllocation::Slice& buffer_slice, llvm::MDNode* domain) { in GetAliasScopeMetadataForBuffer()
121 const BufferAllocation::Slice& buffer_slice, llvm::MDNode* domain, in GetNoaliasMetadataForBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.h41 BufferAllocation::Slice buffer_slice; member
Dir_emitter_unnested.cc3040 const BufferAllocation::Slice& buffer_slice = slice.buffer_slice; in BuildKernelThunkImpl() local
/external/rust/android-crates-io/crates/base64/src/engine/
Dmod.rs321 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_vec() localVariable
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs436 let buffer_slice = self.tx.buffer_at(dst_offset, size)?; in inject_audio_data() localVariable
469 let buffer_slice = self.rx.buffer_at(src_offset, recv_size)?; in request_audio_data() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/
Ddecode.rs162 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_config_buf() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/
Ddecode.rs162 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_config_buf() localVariable
/external/crosvm/win_audio/src/win_audio_impl/
Dmod.rs1342 let buffer_slice = std::slice::from_raw_parts_mut( in get_buffer() localVariable