Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h256 virtual uint64 SafeAllocFrontier() { return 0; } in SafeAllocFrontier() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h124 uint64 SafeAllocFrontier() override;
Dgpu_device.cc1681 uint64 BaseGPUDevice::SafeAllocFrontier() { in SafeAllocFrontier() function in tensorflow::BaseGPUDevice