Searched full:_reshape_from_tensor (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset12.py | 427 output_a = opset9._reshape_from_tensor(g, new_input_a, shape_sizes) 437 output_a = opset9._reshape_from_tensor(g, new_input_a, shape_sizes) 450 output_b = opset9._reshape_from_tensor(g, new_input_b, shape_sizes) 460 output_b = opset9._reshape_from_tensor(g, new_input_b, shape_sizes) 465 return opset9._reshape_from_tensor(g, output, shape_sizes)
|
H A D | operators.py | 47 return torch._reshape_from_tensor(x, shape)
|
H A D | symbolic_helper.py | 1475 from torch.onnx.symbolic_opset9 import _reshape_from_tensor 1477 return _reshape_from_tensor(g, input, final_shape)
|
H A D | symbolic_opset9.py | 325 @_onnx_symbolic("aten::_reshape_from_tensor") 326 def _reshape_from_tensor(g: jit_utils.GraphContext, input, shape): function 5668 t_reshaped = _reshape_from_tensor(g, t, g.op("Concat", *shape_i, axis_i=0))
|
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | model_ops.yaml | 40 aten::_reshape_from_tensor: 16
|
H A D | coverage.yaml | 1057 aten::_reshape_from_tensor: 10
|
/aosp_15_r20/external/pytorch/test/ |
H A D | allowlist_for_publicAPI.json | 1283 "_reshape_from_tensor",
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | trace_rules.py | 1544 "torch._reshape_from_tensor",
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorShape.cpp | 356 Tensor _reshape_from_tensor(const Tensor& self, const Tensor& shape_tensor) { in _reshape_from_tensor() function
|
H A D | native_functions.yaml | 307 - func: _reshape_from_tensor(Tensor self, Tensor shape) -> Tensor
|