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

Method set_shape

tensorflow/python/ops/variables.py:669–675  ·  view source on GitHub ↗

Overrides the shape for this variable. Args: shape: the `TensorShape` representing the overridden shape.

(self, shape)

Source from the content-addressed store, hash-verified

667 raise NotImplementedError
668
669 def set_shape(self, shape):
670 """Overrides the shape for this variable.
671
672 Args:
673 shape: the `TensorShape` representing the overridden shape.
674 """
675 raise NotImplementedError
676
677 @property
678 def trainable(self):

Callers 15

_SparseAddGradFunction · 0.45
_SparseSliceGradFunction · 0.45
map_fnFunction · 0.45
stagedFunction · 0.45
prefetch_joinFunction · 0.45
compute_ctc_lossFunction · 0.45
bodyFunction · 0.45
dequeueMethod · 0.45
dequeue_manyMethod · 0.45
dequeue_up_toMethod · 0.45

Calls

no outgoing calls

Tested by 4

testZeroFractionMethod · 0.36
_testSuffStatsMethod · 0.36
_testGlobalGradientMethod · 0.36
vectorized_computeMethod · 0.36