Home
last modified time | relevance | path

Searched refs:DoDelete (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc183 Status ResourceMgr::DoDelete(const string& container, uint64 type_hash_code, in DoDelete() function in tensorflow::ResourceMgr
206 Status ResourceMgr::DoDelete(const string& container, TypeIndex type, in DoDelete() function in tensorflow::ResourceMgr
208 return DoDelete(container, type.hash_code(), resource_name, type.name()); in DoDelete()
212 return DoDelete(handle.container(), handle.hash_code(), handle.name(), in Delete()
Dresource_mgr.h212 Status DoDelete(const string& container, uint64 type_hash_code,
215 Status DoDelete(const string& container, TypeIndex type,
519 return DoDelete(container, MakeTypeIndex<T>(), name);
/external/libchrome/base/
Dsequenced_task_runner_helpers.h23 static void DoDelete(const void* object) { in DoDelete() function
Dsequenced_task_runner.h125 return DeleteOrReleaseSoonInternal(from_here, &DeleteHelper<T>::DoDelete, in DeleteSoon()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp1854 bool DoDelete = true; in runOnMachineFunction() local
1874 DoDelete = false; in runOnMachineFunction()
1880 DoDelete = true; in runOnMachineFunction()
1882 if (!DoDelete) { in runOnMachineFunction()
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp72 const bool DoDelete = in removeDeletedAndRenumber() local
76 if (DoDelete && I->isDeleted()) { in removeDeletedAndRenumber()