get_output_shape_at

FullyConnected.get_output_shape_at(node_index)

Retrieves the output shape(s) of a layer at a given node.

Parameters:

node_index – Integer, index of the node from which to retrieve the attribute. E.g. node_index=0 will correspond to the first time the layer was called.

Returns:

A shape tuple (or list of shape tuples if the layer has multiple outputs).

Raises:

RuntimeError – If called in Eager mode.