Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorpack/tensorpack
/ _get_fetches
Method
_get_fetches
tensorpack/callbacks/inference.py:68–72 ·
view source on GitHub ↗
To be implemented by subclasses
(self)
Source
from the content-addressed store, hash-verified
66
return
[get_op_tensor_name(n)[1]
for
n in ret]
67
68
def
_get_fetches(self):
69
""
"
70
To be implemented by subclasses
71
""
"
72
raise
NotImplementedError()
73
74
def
on_fetches(self, results):
75
""
"
Callers
1
get_fetches
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected