(self)
| 157 | array_ops.shape(self.high)) |
| 158 | |
| 159 | def _batch_shape(self): |
| 160 | return array_ops.broadcast_static_shape( |
| 161 | self.low.get_shape(), |
| 162 | self.high.get_shape()) |
| 163 | |
| 164 | def _event_shape_tensor(self): |
| 165 | return constant_op.constant([], dtype=dtypes.int32) |