I have a tensor whose shape is None,10 . I want to get a outer product result whose shape is None,100 or None,10,10 . Here is my code
None,10
None,100
None,10,10