Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ HashTable
Class
HashTable
tensorflow/python/ops/lookup_ops.py:368–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
367
# For backwards compatibility. This will be removed in TF 2.0.
368
class
HashTable(StaticHashTableV1):
369
370
@property
371
def
init(self):
372
return
self.initializer
373
374
375
class
TableInitializerBase(trackable_base.Trackable):
Callers
1
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected