def get_outputs(self, type, layers): """Fetch the output tensors for the network layers. """ return [self.tensor_outputs[type+l] for l in layers]