Home
last modified time | relevance | path

Searched defs:HasAllocation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.cc379 bool BufferAssignment::HasAllocation(const HloValue& value) const { in HasAllocation() function in xla::BufferAssignment
383 bool BufferAssignment::HasAllocation(const HloBuffer& buffer) const { in HasAllocation() function in xla::BufferAssignment
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_reflection.cpp1026 bool HasAllocation = false; // at least one in/out allocation? in genExportForEach() local