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

Method _batch_shape

tensorflow/python/ops/distributions/uniform.py:159–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

get_shapeMethod · 0.45

Tested by

no test coverage detected