Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc31 static const BufferAllocation* kParameterAllocation = new BufferAllocation( variable
42 buffer_slice = BufferAllocation::Slice(kParameterAllocation, 0, 0); in AddAliasingInformationToIrArray()
109 if (buffer_slice.allocation() == kParameterAllocation) { in GetAliasScopeMetadataForBuffer()