Add another space line

This commit is contained in:
tigertang 2020-03-06 13:38:28 +08:00 committed by GitHub
parent 4e517f884c
commit a74820d5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@ def _add_flops(graph, node):
"""Compute flops for Add operation."""
return _binary_per_element_op_flops(graph, node)
@ops.RegisterStatistics("Sub", "flops")
def _sub_flops(graph, node):
"""Compute flops for Sub operation."""