OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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