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

Function _log_flops

tensorflow/python/profiler/internal/flops_registry.py:91–93  ·  view source on GitHub ↗

Compute flops for Log operation.

(graph, node)

Source from the content-addressed store, hash-verified

89
90@ops.RegisterStatistics("Log", "flops")
91def _log_flops(graph, node):
92 """Compute flops for Log operation."""
93 return _unary_op_flops(graph, node)
94
95
96@ops.RegisterStatistics("Neg", "flops")

Callers

nothing calls this directly

Calls 1

_unary_op_flopsFunction · 0.85

Tested by

no test coverage detected