Home
last modified time | relevance | path

Searched refs:PrintMemory (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dutil.h52 std::string PrintMemory(const char* ptr, size_t n);
Dutil.cc88 string PrintMemory(const char* ptr, size_t n) { in PrintMemory() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc379 &ret, PrintMemory(reinterpret_cast<const char*>(ptr), num_bytes)); in MemoryDebugString()
386 strings::StrAppend(&ret, PrintMemory(&*buf.begin(), num_bytes)); in MemoryDebugString()