Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __init__
Method
__init__
tensorflow/examples/speech_commands/train_test.py:35–36 ·
view source on GitHub ↗
(self, **entries)
Source
from the content-addressed store, hash-verified
33
class
DictStruct(object):
34
35
def
__init__(self, **entries):
36
self.__dict__.update(entries)
37
38
39
class
TrainTest(test.TestCase):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected