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

Method size

tensorflow/python/ops/hash_table/hash_table.py:306–307  ·  view source on GitHub ↗
(self, name=None)

Source from the content-addressed store, hash-verified

304 self._handle, ids, default_value, name=name)
305
306 def size(self, name=None):
307 return self._hash_table.size(name)
308
309 def get_or_create_slot(
310 self, shape, dtype, distributed_name, initializer=None, init_func=None,

Callers 15

_ragged_size_v1Function · 0.45
sizeFunction · 0.45
testRaggedSizeMethod · 0.45
squeezeFunction · 0.45
frameFunction · 0.45
overlap_and_addFunction · 0.45
matrix_exponentialFunction · 0.45
tensor_rank_tensorMethod · 0.45
_entropyMethod · 0.45

Calls

no outgoing calls

Tested by 2

testRaggedSizeMethod · 0.36
loop_fnMethod · 0.36