Home
last modified time | relevance | path

Searched defs:reshape_as (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/_refs/
D__init__.py3787 def reshape_as(self: TensorLikeType, other: TensorLikeType) -> TensorLikeType: function
/external/pytorch/aten/src/ATen/native/
DTensorShape.cpp1730 Tensor reshape_as(const Tensor& self, const Tensor& other) { in reshape_as() function
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py340 def reshape_as(g: jit_utils.GraphContext, self, other): function