Home
last modified time | relevance | path

Searched defs:buffer_slice (Results 1 – 4 of 4) 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.h35 BufferAllocation::Slice buffer_slice; member
Dir_emitter_unnested.cc3416 const BufferAllocation::Slice& buffer_slice = slice->buffer_slice; in BuildKernelThunkFromBufferSlices() local
/external/python/cpython2/Objects/
Dbufferobject.c485 buffer_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right) in buffer_slice() function