Home
last modified time | relevance | path

Searched defs:RemoveNode (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/
Dfutex-emulation.cc61 void FutexWaitList::RemoveNode(FutexWaitListNode* node) { in RemoveNode() function in v8::internal::FutexWaitList
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp308 uint32_t MoveToFront::RemoveNode(uint32_t node) { in RemoveNode() function in spvtools::comp::MoveToFront
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp308 uint32_t MoveToFront::RemoveNode(uint32_t node) { in RemoveNode() function in spvtools::comp::MoveToFront
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp336 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFoldingSet.cpp376 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp374 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/llvm/lib/Support/
DFoldingSet.cpp374 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc125 void GraphCycles::RemoveNode(int32 node) { in RemoveNode() function in tensorflow::GraphCycles
Dgraphcycles_test.cc452 TEST_F(GraphCyclesTest, RemoveNode) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFoldingSet.h433 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } in RemoveNode() function
/external/lzma/C/
DPpmd7.c128 static void *RemoveNode(CPpmd7 *p, unsigned indx) in RemoveNode() function
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc91 void NodeMap::RemoveNode(const string& name) { in RemoveNode() function in tensorflow::grappler::NodeMap
/external/tensorflow/tensorflow/core/framework/
Dmodel.cc498 void Model::RemoveNode(const string& name) { in RemoveNode() function in tensorflow::data::model::Model
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc444 void Graph::RemoveNode(Node* node) { in RemoveNode() function in tensorflow::Graph
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc162 void RemoveNode(NodeDef* nd, GraphDef* graph, NodeMap* node_map) { in RemoveNode() function
/external/libchrome/mojo/core/ports/
Dports_unittest.cc309 void RemoveNode(TestNode* node) { in RemoveNode() function in mojo::core::ports::test::__anon08d48a8c0111::PortsTest