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/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.cc133 const CallGraphNode& CallGraph::GetNode( in GetNode() function in xla::CallGraph
140 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/core/data/service/
Dauto_shard_rewriter_test.cc55 StatusOr<NodeDef> GetNode(const GraphDef& graph_def, absl::string_view name) { in GetNode() function
/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::__anon88bb45fd0111::ScopedAllocatorOptimizerTest
Dauto_mixed_precision.cc668 const NodeTypeId* GraphTypeTopologyView::GetNode( in GetNode() function in tensorflow::grappler::__anonc899daf80111::GraphTypeTopologyView
678 const NodeTypeId* GraphTypeTopologyView::GetNode(int node_idx) const { in GetNode() function in tensorflow::grappler::__anonc899daf80111::GraphTypeTopologyView
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1573 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc278 const Node *GetNode(uint32_t idx) const { in GetNode() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage
/external/armnn/src/armnnTfParser/
DTfParser.cpp426 const tensorflow::NodeDef& GetNode() const { return m_Node; } in GetNode() function in armnnTfParser::ParsedTfOperation