Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ to_memory_format
Method
to_memory_format
python/oneflow/nn/modules/module.py:1442–1443 ·
view source on GitHub ↗
(self, memory_format)
Source
from the content-addressed store, hash-verified
1440
return
self
1441
1442
def
to_memory_format(self, memory_format) -> None:
1443
pass
1444
1445
@overload
1446
def
to(
Callers
1
_to_memory_format
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected