* Fix dynamic output case in interpreterFunction. For dynamic output cases, we can't call get_shape on the result because it's shape is dynamic, instead, we should take the real output shape from output HostTensor * Fix outputs naming as it's done in other DTS transformation for operations with multiple outputs (Split, TopK, etc). Ticket - #-42421