Searched refs:TFMultiGraphNode (Results 1 – 7 of 7) sorted by relevance
88 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()
85 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(op)); in AddNode()87 TFMultiGraphNode* tfcnode = tfcnodes_map_[op].get(); in AddNode()98 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(kTFProfRoot)); in Build()
73 std::map<string, std::unique_ptr<TFMultiGraphNode>> tfcnodes_map_;
89 std::unique_ptr<TFMultiGraphNode> graph_root_;
131 ShowMultiNode::ShowMultiNode(TFMultiGraphNode* node) in ShowMultiNode()
758 class TFMultiGraphNode {760 TFMultiGraphNode(const string& name) in TFMultiGraphNode() function
416 graph_root_.reset(new TFMultiGraphNode(kTFProfRoot)); in AddNode()