Home
last modified time | relevance | path

Searched refs:TFMultiGraphNode (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node_show.h88 explicit ShowMultiNode(TFMultiGraphNode* node);
103 TFMultiGraphNode* node;
114 CodeNode(TFMultiGraphNode* node, const CallStack::Trace* trace, in CodeNode()
127 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(name))); in AddChildren()
146 std::vector<std::unique_ptr<TFMultiGraphNode>> graph_children_;
152 explicit OpNode(TFMultiGraphNode* node) : ShowMultiNode(node) {} in OpNode()
Dtfprof_op.cc88 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(op)); in AddNode()
90 TFMultiGraphNode* tfcnode = tfcnodes_map_[op].get(); in AddNode()
101 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(kTFProfRoot)); in Build()
Dtfprof_op.h72 std::map<string, std::unique_ptr<TFMultiGraphNode>> tfcnodes_map_;
Dtfprof_code.h89 std::unique_ptr<TFMultiGraphNode> graph_root_;
Dtfprof_node_show.cc134 ShowMultiNode::ShowMultiNode(TFMultiGraphNode* node) in ShowMultiNode()
Dtfprof_node.h759 class TFMultiGraphNode {
761 TFMultiGraphNode(const string& name) in TFMultiGraphNode() function
Dtfprof_code.cc405 graph_root_.reset(new TFMultiGraphNode(kTFProfRoot)); in AddNode()