OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasAllocation
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc
341
bool BufferAssignment::
HasAllocation
(const LogicalBuffer& buffer) const {
348
CHECK(
HasAllocation
(buffer));
361
if (
HasAllocation
(*buffer)) {
380
if (!
HasAllocation
(*buffer)) {
418
if (
HasAllocation
(*buffer)) {
697
// because we need to do the
HasAllocation
check for each buffer. Otherwise
704
if (
HasAllocation
(buffer)) {
[
all
...]
buffer_assignment.h
364
bool
HasAllocation
(const LogicalBuffer& buffer) const;
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
alias_analysis.cc
168
if (!assignment.
HasAllocation
(*buffer) ||
Completed in 601 milliseconds