Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h1178 struct AllocationRequest { struct
1179 int64 start_time;
1180 int64 end_time;
1181 int64 latest_prefetch_time;
1182 int64 size;
1183 bool allow_no_copy_alternate_mem_allocation;
1184 absl::optional<int64> earliest_prefetch_time;
1185 AliasedOffset* preferred_offset;
1186 const MemorySpaceAssignment::AllocationValue::Use* use;
1187 MemorySpaceAssignment::AllocationValue* allocation_value;
[all …]