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

Method shape

tensorflow/python/ops/variables.py:1386–1392  ·  view source on GitHub ↗

The `TensorShape` of this variable. Returns: A `TensorShape`.

(self)

Source from the content-addressed store, hash-verified

1384
1385 @property
1386 def shape(self):
1387 """The `TensorShape` of this variable.
1388
1389 Returns:
1390 A `TensorShape`.
1391 """
1392 raise NotImplementedError
1393
1394 def get_shape(self):
1395 """Alias of `Variable.shape`."""

Callers 15

_descending_sortFunction · 0.45
_SparseReorderGradFunction · 0.45
map_fnFunction · 0.45
_clip_by_value_gradFunction · 0.45
_SumGradFunction · 0.45
_MinOrMaxGradFunction · 0.45
_MeanGradFunction · 0.45
_ProdGradFunction · 0.45

Calls

no outgoing calls

Tested by 10

testNoOpMethod · 0.36
testTensorArgumentsMethod · 0.36
testSumTensorMethod · 0.36
testNoOpMethod · 0.36
testTensorArgumentsMethod · 0.36
testSumTensorMethod · 0.36
_lstm_blockMethod · 0.36