Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/insactor
/ __init__
Method
__init__
diffplanner/datasets/pipelines/formatting.py:38–39 ·
view source on GitHub ↗
(self, keys)
Source
from the content-addressed store, hash-verified
36
class
ToTensor(object):
37
38
def
__init__(self, keys):
39
self.keys = keys
40
41
def
__call__(self, results):
42
for
key in self.keys:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected