MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / append

Method append

tensorflow/python/keras/callbacks.py:208–209  ·  view source on GitHub ↗
(self, callback)

Source from the content-addressed store, hash-verified

206 lambda: collections.deque([], maxlen=self.queue_length))
207
208 def append(self, callback):
209 self.callbacks.append(callback)
210
211 def set_params(self, params):
212 self.params = params

Callers 15

RunTestManyPartialRunMethod · 0.45
_benchmarkFeedMethod · 0.45
_benchmarkFetchMethod · 0.45
_benchmarkRunOpMethod · 0.45
__init__Method · 0.45
_uniquify_fetchesFunction · 0.45
build_resultsMethod · 0.45

Calls

no outgoing calls

Tested by 15

RunTestManyPartialRunMethod · 0.36
checkMethod · 0.36
testRectangularBatchMethod · 0.36
testGradMethod · 0.36
testParallelEnqueueMethod · 0.36
dequeueMethod · 0.36