HomeSort by relevance Sort by last modified time
    Searched refs:kLazyAllocOffset (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.h 276 enum { kLazyAllocOffset = -1 };
heap_simulator.cc 567 result_.chunk_map.emplace(buffer, Chunk{kLazyAllocOffset, size});
576 if (alloc->offset != kLazyAllocOffset) {

Completed in 203 milliseconds