MCPcopy 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

33class DictStruct(object):
34
35 def __init__(self, **entries):
36 self.__dict__.update(entries)
37
38
39class TrainTest(test.TestCase):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected