get_input_shape_at
- FullyConnected.get_input_shape_at(node_index)
- Retrieves the input 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 inputs). 
- Raises:
- RuntimeError – If called in Eager mode.