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()
88 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()
72 std::map<string, std::unique_ptr<TFMultiGraphNode>> tfcnodes_map_;
89 std::unique_ptr<TFMultiGraphNode> graph_root_;
134 ShowMultiNode::ShowMultiNode(TFMultiGraphNode* node) in ShowMultiNode()
759 class TFMultiGraphNode {761 TFMultiGraphNode(const string& name) in TFMultiGraphNode() function
405 graph_root_.reset(new TFMultiGraphNode(kTFProfRoot)); in AddNode()