Fix tf size inference for multiple output tensors.
There was an assumption that ops only have single tensor outputs. However ops like split return multiple tensors. This fixes that.
Please register or sign in to comment
There was an assumption that ops only have single tensor outputs. However ops like split return multiple tensors. This fixes that.