Home
last modified time | relevance | path

Searched defs:_reshape_from_tensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp356 Tensor _reshape_from_tensor(const Tensor& self, const Tensor& shape_tensor) { in _reshape_from_tensor() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py326 def _reshape_from_tensor(g: jit_utils.GraphContext, input, shape): function