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

  /external/tensorflow/tensorflow/core/framework/
allocator.cc 47 constexpr size_t Allocator::kAllocatorAlignment;
allocator.h 72 static constexpr size_t kAllocatorAlignment = 64;
75 static constexpr size_t kAllocatorAlignment = 32;
124 void* p = AllocateRaw(kAllocatorAlignment, sizeof(T) * num_elements,

Completed in 872 milliseconds