HomeSort by relevance Sort by last modified time
    Searched refs:TFMultiGraphNode (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.h 22 // CodeNode and OpNode each maps to one TFMultiGraphNode.
88 explicit ShowMultiNode(TFMultiGraphNode* node);
103 TFMultiGraphNode* node;
114 CodeNode(TFMultiGraphNode* node, const CallStack::Trace* trace,
127 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(name)));
146 std::vector<std::unique_ptr<TFMultiGraphNode>> graph_children_;
152 explicit OpNode(TFMultiGraphNode* node) : ShowMultiNode(node) {}
tfprof_op.h 72 std::map<string, std::unique_ptr<TFMultiGraphNode>> tfcnodes_map_;
tfprof_code.h 89 std::unique_ptr<TFMultiGraphNode> graph_root_;
tfprof_op.cc 88 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(op));
90 TFMultiGraphNode* tfcnode = tfcnodes_map_[op].get();
101 std::unique_ptr<TFMultiGraphNode>(new TFMultiGraphNode(kTFProfRoot));
tfprof_node_show.cc 134 ShowMultiNode::ShowMultiNode(TFMultiGraphNode* node)
tfprof_node.h 759 class TFMultiGraphNode {
761 TFMultiGraphNode(const string& name)
905 // Overall data held by the TFMultiGraphNode.
tfprof_code.cc 405 graph_root_.reset(new TFMultiGraphNode(kTFProfRoot));

Completed in 70 milliseconds