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

Method _batch_shape

tensorflow/python/ops/distributions/bernoulli.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 return array_ops.shape(self._logits)
115
116 def _batch_shape(self):
117 return self._logits.get_shape()
118
119 def _event_shape_tensor(self):
120 return array_ops.constant([], dtype=dtypes.int32)

Callers

nothing calls this directly

Calls 1

get_shapeMethod · 0.45

Tested by

no test coverage detected