broadcast_log_det_against_input

tfsnippet.layers.broadcast_log_det_against_input(log_det, input, value_ndims, name=None)

Broadcast the shape of log_det to match the shape of input.

Parameters:
  • log_det – Tensor, the log-determinant.
  • input – Tensor, the input.
  • value_ndims (int) – The number of dimensions of each values sample.
  • name (str) – Default name of the name scope. If not specified, generate one according to the method name.
Returns:

The broadcasted log-determinant.

Return type:

tf.Tensor