get_output_at

FullyConnected.get_output_at(node_index)

Retrieves the output tensor(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 output node of the layer.

Returns:

A tensor (or list of tensors if the layer has multiple outputs).

Raises:

RuntimeError – If called in Eager mode.