Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc213 Status ResourceMgr::DoDelete(const string& container, uint64 type_hash_code, in DoDelete() function in tensorflow::ResourceMgr
235 Status ResourceMgr::DoDelete(const string& container, TypeIndex type, in DoDelete() function in tensorflow::ResourceMgr
237 return DoDelete(container, type.hash_code(), resource_name, type.name()); in DoDelete()
241 return DoDelete(handle.container(), handle.hash_code(), handle.name(), in Delete()
Dresource_mgr.h272 Status DoDelete(const std::string& container, uint64 type_hash_code,
275 Status DoDelete(const std::string& container, TypeIndex type,
686 return DoDelete(container, TypeIndex::Make<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/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted.h219 template <typename T, bool DoDelete>
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp72 const bool DoDelete = in removeDeletedAndRenumber() local
76 if (DoDelete && I->isDeleted()) { in removeDeletedAndRenumber()