HomeSort by relevance Sort by last modified time
    Searched full:out_of_memory_ptr (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_bfc_allocator_test.cc 105 void* out_of_memory_ptr = a.AllocateRaw(1, (1 << 30) + 1); local
106 CHECK_EQ(out_of_memory_ptr, nullptr);

Completed in 74 milliseconds