Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ print_table
Method
print_table
python/paddle/hapi/static_flops.py:249–255 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
print(string)
248
249
def
print_table(self):
250
self.print_shelf()
251
self.print_row(self.table_heads)
252
self.print_shelf()
253
for
data in self.data:
254
self.print_row(data)
255
self.print_shelf()
Callers
2
_graph_flops
Function · 0.95
dynamic_flops
Function · 0.95
Calls
2
print_shelf
Method · 0.95
print_row
Method · 0.95
Tested by
no test coverage detected