Home
last modified time | relevance | path

Searched defs:GetNode (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgraph_topology_view.cc167 const NodeDef* GraphTopologyView::GetNode( in GetNode() function in tensorflow::grappler::GraphTopologyView
174 const NodeDef* GraphTopologyView::GetNode(int node_idx) const { in GetNode() function in tensorflow::grappler::GraphTopologyView
Dutils.h174 NodeDefT* GetNode(const string& name) const { in GetNode() function
Dgraph_view.h115 NodeDefT* GetNode(absl::string_view node_name) const { in GetNode() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h144 const SDNode *GetNode() const { in GetNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h155 const SDNode *GetNode() const { in GetNode() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h155 const SDNode *GetNode() const { in GetNode() function
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph.h119 const GenNode* GetNode() const { return *id_it_; } in GetNode() function
Dgraph_analyzer_test.cc69 GenNode* GetNode(const string& name) { return gran_->nodes_.at(name).get(); } in GetNode() function in tensorflow::grappler::graph_analyzer::test::GraphAnalyzerTest
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc131 const CallGraphNode& CallGraph::GetNode( in GetNode() function in xla::CallGraph
138 CallGraphNode& CallGraph::GetNode(const HloComputation* computation) { in GetNode() function in xla::CallGraph
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h293 const NodeViewT* GetNode(int node_index) const { in GetNode() function
301 NodeViewT* GetNode(int node_index) { in GetNode() function
311 const NodeViewT* GetNode(absl::string_view node_name) const { in GetNode() function
319 NodeViewT* GetNode(absl::string_view node_name) { in GetNode() function
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.h145 CXFA_Node* GetNode() const { return m_pNode.Get(); } in GetNode() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node_unittest.cpp44 CXFA_Node* GetNode() const { return node_.get(); } in GetNode() function in CXFANodeTest
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.cc100 Node* GraphFloat32::GetNode(NodeId id) const { in GetNode() function in tflite::gpu::GraphFloat32
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc321 void GetNode(NodeMap* node_map, const string& node_name, NodeDef** node_def) { in GetNode() function in tensorflow::grappler::__anonc8fd4bd10111::ScopedAllocatorOptimizerTest
Dauto_mixed_precision.cc623 const NodeTypeId* GraphTypeTopologyView::GetNode( in GetNode() function in tensorflow::grappler::__anon69ea7d4c0111::GraphTypeTopologyView
633 const NodeTypeId* GraphTypeTopologyView::GetNode(int node_idx) const { in GetNode() function in tensorflow::grappler::__anon69ea7d4c0111::GraphTypeTopologyView
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1573 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs()
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp1594 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc277 const Node *GetNode(uint32_t idx) const { in GetNode() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage