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

Function _square_flops

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

Compute flops for Square operation.

(graph, node)

Source from the content-addressed store, hash-verified

76
77@ops.RegisterStatistics("Square", "flops")
78def _square_flops(graph, node):
79 """Compute flops for Square operation."""
80 return _unary_op_flops(graph, node)
81
82
83@ops.RegisterStatistics("Rsqrt", "flops")

Callers

nothing calls this directly

Calls 1

_unary_op_flopsFunction · 0.85

Tested by

no test coverage detected