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

Method float_ops

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

Source from the content-addressed store, hash-verified

676 }
677
678 int64 float_ops(int64 step) const {
679 // If not run, return static analysis.
680 if (execs_.empty()) {
681 return node_.float_ops();
682 }
683 // Otherwise, return dynamic float_ops.
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(); }

Callers 9

SnapshotNodesMethod · 0.45
AddOpLogProtoMethod · 0.45
FormatNodeMethod · 0.45
ShouldShowMethod · 0.45
FormatNodeMethod · 0.45
ReInitMethod · 0.45
AddSelfToTotalStatsMethod · 0.45
AddMethod · 0.45
FormatNodeMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected