Searched refs:DoDelete (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.cc | 213 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()
|
D | resource_mgr.h | 272 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/ |
D | sequenced_task_runner_helpers.h | 23 static void DoDelete(const void* object) { in DoDelete() function
|
D | sequenced_task_runner.h | 125 return DeleteOrReleaseSoonInternal(from_here, &DeleteHelper<T>::DoDelete, in DeleteSoon()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 219 template <typename T, bool DoDelete>
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 72 const bool DoDelete = in removeDeletedAndRenumber() local 76 if (DoDelete && I->isDeleted()) { in removeDeletedAndRenumber()
|