Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFoldingSet.cpp376 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/external/llvm/lib/Support/
DFoldingSet.cpp374 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp374 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc129 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/graph/
Dgraph.cc468 void Graph::RemoveNode(Node* node) { in RemoveNode() function in tensorflow::Graph
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc93 void NodeMap::RemoveNode(const string& name) { in RemoveNode() function in tensorflow::grappler::NodeMap
/external/v8/src/execution/
Dfutex-emulation.cc215 void FutexWaitList::RemoveNode(FutexWaitListNode* node) { in RemoveNode() function in v8::internal::FutexWaitList
/external/tensorflow/tensorflow/core/framework/
Dmodel.cc767 void Model::RemoveNode(const string& name) { in RemoveNode() function in tensorflow::data::model::Model
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc146 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::__anon8292b8ce0111::PortsTest
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc279 void Mutation::RemoveNode(MutableNodeView* node) { in RemoveNode() function in tensorflow::grappler::utils::Mutation