Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ separator
Function
separator
recipes_source/torch_logs.py:50–52 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
48
# print separator and reset dynamo
49
# between each example
50
def
separator(name):
51
print(f
"==================={name}========================="
)
52
torch._dynamo.reset()
53
54
55
separator(
"Dynamo Tracing"
)
Callers
1
torch_logs.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected