Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc177 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()
Dresource_mgr.h181 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/
Dsequenced_task_runner_helpers.h23 static void DoDelete(const void* object) { in DoDelete() function
Dsequenced_task_runner.h126 return DeleteOrReleaseSoonInternal(from_here, &DeleteHelper<T>::DoDelete, in DeleteSoon()
/external/v8/src/interpreter/
Dinterpreter.h128 void DoDelete(Runtime::FunctionId function_id,
Dinterpreter.cc2108 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/
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()