Searched refs:DoDelete (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.cc | 177 Status ResourceMgr::DoDelete(const string& container, uint64 type_hash_code, in DoDelete() function in tensorflow::ResourceMgr 200 Status ResourceMgr::DoDelete(const string& container, TypeIndex type, in DoDelete() function in tensorflow::ResourceMgr 202 return DoDelete(container, type.hash_code(), resource_name, type.name()); in DoDelete() 206 return DoDelete(handle.container(), handle.hash_code(), handle.name(), in Delete()
|
D | resource_mgr.h | 181 Status DoDelete(const string& container, uint64 type_hash_code, 184 Status DoDelete(const string& container, TypeIndex type, 405 return DoDelete(container, MakeTypeIndex<T>(), name); in Delete()
|
/external/libchrome/base/ |
D | sequenced_task_runner_helpers.h | 23 static void DoDelete(const void* object) { in DoDelete() function
|
D | sequenced_task_runner.h | 126 return DeleteOrReleaseSoonInternal(from_here, &DeleteHelper<T>::DoDelete, in DeleteSoon()
|
/external/v8/src/interpreter/ |
D | interpreter.h | 128 void DoDelete(Runtime::FunctionId function_id,
|
D | interpreter.cc | 2108 void Interpreter::DoDelete(Runtime::FunctionId function_id, in DoDelete() function in v8::internal::interpreter::Interpreter 2124 DoDelete(Runtime::kDeleteProperty_Strict, assembler); in DoDeletePropertyStrict() 2132 DoDelete(Runtime::kDeleteProperty_Sloppy, assembler); in DoDeletePropertySloppy()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 1854 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/ |
D | IceCfgNode.cpp | 72 const bool DoDelete = in removeDeletedAndRenumber() local 76 if (DoDelete && I->isDeleted()) { in removeDeletedAndRenumber()
|