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

  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 193 void* r = AllocateRawInternal(unused_alignment, num_bytes, false);
200 return AllocateRawInternal(a, nb, v);
213 AllocateRawInternal(unused_alignment, num_bytes, dump_log_on_failure);
242 void* BFCAllocator::AllocateRawInternal(size_t unused_alignment,
bfc_allocator.h 78 void* AllocateRawInternal(size_t alignment, size_t num_bytes,

Completed in 77 milliseconds