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

Method get_shape

tensorflow/python/ops/variables.py:1394–1396  ·  view source on GitHub ↗

Alias of `Variable.shape`.

(self)

Source from the content-addressed store, hash-verified

1392 raise NotImplementedError
1393
1394 def get_shape(self):
1395 """Alias of `Variable.shape`."""
1396 return self.shape
1397
1398 def _gather_saveables_for_checkpoint(self):
1399 """For implementing `Trackable`. This object is saveable on its own."""

Callers 15

doTestBasicMethod · 0.95
doTestBasicMethod · 0.95
testSparseMethod · 0.95
testSharingMethod · 0.95
testSharingMethod · 0.95
testSharingMethod · 0.95
testSkipUpdatingSlotsMethod · 0.95
testWrapperMethod · 0.95
testRandomInitValueMethod · 0.95

Calls

no outgoing calls

Tested by 15

doTestBasicMethod · 0.76
doTestBasicMethod · 0.76
testSparseMethod · 0.76
testSharingMethod · 0.76
testSharingMethod · 0.76
testSharingMethod · 0.76
testSkipUpdatingSlotsMethod · 0.76
testWrapperMethod · 0.76
testRandomInitValueMethod · 0.76