Home
last modified time | relevance | path

Searched defs:SafeAllocFrontier (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_base.h263 virtual uint64 SafeAllocFrontier(uint64 old_value) { return 0; } in SafeAllocFrontier() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc2047 uint64 BaseGPUDevice::SafeAllocFrontier(uint64 old_value) { in SafeAllocFrontier() function in tensorflow::BaseGPUDevice