MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFGraphNode

Method TFGraphNode

tensorflow/core/profiler/internal/tfprof_node.h:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308class TFGraphNode {
309 public:
310 TFGraphNode(const ProfileNode& node, const ProfileProto& profile,
311 const std::map<int64, string>* id_to_string,
312 const std::map<string, std::unique_ptr<TFGraphNode>>* nodes_map) {
313 nodes_map_ = nodes_map;
314 FromProto(node, profile, id_to_string);
315 }
316
317 TFGraphNode(const NodeDef* node, int64 id,
318 const std::map<string, std::unique_ptr<TFGraphNode>>* nodes_map) {

Callers

nothing calls this directly

Calls 11

ShapeProtoToVecFunction · 0.85
set_opMethod · 0.80
attrMethod · 0.80
has_shapeMethod · 0.80
listMethod · 0.80
nameMethod · 0.65
set_nameMethod · 0.45
opMethod · 0.45
emptyMethod · 0.45
shapeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected