Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RunTestManyPartialRun
Method · 0.45
_benchmarkFeed
Method · 0.45
_benchmarkFetch
Method · 0.45
_benchmarkFetchPrebuilt
Method · 0.45
_benchmarkRunOp
Method · 0.45
_benchmarkRunOpPrebuilt
Method · 0.45
_GenerateOperationPlacement
Method · 0.45
_TestRandomGraphWithDevices
Method · 0.45
testStatsContainAllDeviceNames
Method · 0.45
__init__
Method · 0.45
_uniquify_fetches
Function · 0.45
build_results
Method · 0.45
Calls
no outgoing calls
Tested by
15
RunTestManyPartialRun
Method · 0.36
_GenerateOperationPlacement
Method · 0.36
_TestRandomGraphWithDevices
Method · 0.36
testStatsContainAllDeviceNames
Method · 0.36
testDefaultGraphWithThreads
Method · 0.36
testOptimizedMakeCallable
Method · 0.36
testOptimizedMakeCallableWithRunMetadata
Method · 0.36
check
Method · 0.36
testRectangularBatch
Method · 0.36
testGrad
Method · 0.36
testParallelEnqueue
Method · 0.36
dequeue
Method · 0.36