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

Method id

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

Source from the content-addressed store, hash-verified

365
366 const string& name() const { return node_.name(); }
367 int64 id() const { return node_.id(); }
368 const string& op() const { return node_.op(); }
369 const ProfileNode& node() { return node_; }
370

Callers 5

TFGraphNodeClass · 0.45
AddRunMetaMethod · 0.45
SerializeToStringMethod · 0.45
GetIndexMethod · 0.45
GetIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected