OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAssignedAllocation
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
alias_analysis.cc
173
assignment.
GetAssignedAllocation
(*buffer).GetSlice(*buffer);
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc
346
const BufferAllocation& BufferAssignment::
GetAssignedAllocation
(
354
return const_cast<BufferAllocation*>(&
GetAssignedAllocation
(buffer));
362
result.insert(
GetAssignedAllocation
(*buffer).GetSlice(*buffer));
385
GetAssignedAllocation
(*buffer);
421
GetAssignedAllocation
(*buffer).GetSlice(*buffer);
[
all
...]
buffer_assignment.h
368
const BufferAllocation&
GetAssignedAllocation
(
Completed in 91 milliseconds