Overrides the shape for this variable. Args: shape: the `TensorShape` representing the overridden shape.
(self, shape)
| 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): |
no outgoing calls