OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preallocated_temp_fragmentation_bytes
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc
667
if (
preallocated_temp_fragmentation_bytes
>= 0) {
668
const double percent = 100. *
preallocated_temp_fragmentation_bytes
/
672
HumanReadableNumBytes(
preallocated_temp_fragmentation_bytes
), percent);
[
all
...]
buffer_assignment.h
460
int64
preallocated_temp_fragmentation_bytes
= -1;
member in struct:xla::BufferAssignment::Stats
Completed in 1789 milliseconds