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

Method get_shape

tensorflow/python/ops/hash_table/hash_table.py:273–274  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

271 self._distributed_name = distributed_name
272
273 def get_shape(self):
274 return self._shape
275
276 def initializer_without_hashtable(self, initialized=True, name=None):
277 with ops.name_scope(name, "Initializer") as name:

Callers 15

test_rank_oneMethod · 0.45
_batch_shapeMethod · 0.45
_log_probMethod · 0.45
_batch_shapeMethod · 0.45
_ones_likeFunction · 0.45
_ndims_from_shapeFunction · 0.45
_batch_shapeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_rank_oneMethod · 0.36