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

Method call_stack

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

Source from the content-addressed store, hash-verified

684 return node_.float_ops() * run_count(step);
685 }
686 const CallStack* call_stack() { return call_stack_.get(); }
687 string canonical_device() const { return node_.canonical_device(); }
688 string host_device() const { return node_.host_device(); }
689 const std::set<string>& op_types() const { return op_types_; }

Callers 2

AddNodeMethod · 0.80
BuildMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected