OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPreallocatedTempBuffer
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
buffer_allocations.cc
76
if (allocation.maybe_live_out() || allocation.
IsPreallocatedTempBuffer
()) {
97
if (allocation.
IsPreallocatedTempBuffer
()) {
141
allocation.
IsPreallocatedTempBuffer
()) {
ir_emitter_unnested.cc
231
if (alloc->
IsPreallocatedTempBuffer
()) {
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h
221
bool
IsPreallocatedTempBuffer
() const {
buffer_assignment.cc
303
if (
IsPreallocatedTempBuffer
()) {
542
return !allocation.
IsPreallocatedTempBuffer
();
623
if (allocation.
IsPreallocatedTempBuffer
()) {
[
all
...]
buffer_assignment_test.cc
[
all
...]
Completed in 117 milliseconds