Searched defs:reshape_as (Results 1 – 3 of 3) sorted by relevance
3787 def reshape_as(self: TensorLikeType, other: TensorLikeType) -> TensorLikeType: function
1730 Tensor reshape_as(const Tensor& self, const Tensor& other) { in reshape_as() function
340 def reshape_as(g: jit_utils.GraphContext, self, other): function