Home
last modified time | relevance | path

Searched full:_shape_as_tensor (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/executorch/exir/
H A Dcontrol_flow.py85 # TODO _shape_as_tensor should work with functional tensor but currently not.
91 proxy = torch.ops.aten._shape_as_tensor.default(x.proxy)
/aosp_15_r20/external/pytorch/torch/onnx/
H A Doperators.py31 return torch._shape_as_tensor(x)
H A Dsymbolic_opset9.py320 @_onnx_symbolic("aten::_shape_as_tensor")
321 def _shape_as_tensor(g: jit_utils.GraphContext, input): function
5393 shape_tensor = _shape_as_tensor(g, self)
5425 cum_adv_index_shape_tensor = _shape_as_tensor(g, cum_adv_index)
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py1086 def _shape_as_tensor(self: List[int]) -> List[int]: function
1420 "aten::_shape_as_tensor(Tensor self) -> Tensor", _shape_as_tensor
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dcoverage.yaml44 - aten::_shape_as_tensor
731 aten::_shape_as_tensor: 10
H A Dtensor_ops.py96 a._shape_as_tensor(),
H A Dmodel_ops.yaml44 aten::_shape_as_tensor: 16
/aosp_15_r20/external/executorch/test/end2end/
H A Dtest_end2end.py653 …# Fail with error: Missing out variants: {'aten::select', 'aten::_shape_as_tensor', 'aten::tensor_…
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dserialized_shape_function_registry.cpp2901 def _shape_as_tensor(self: List[int]) -> List[int]:
3320 {"aten::_shape_as_tensor(Tensor self) -> Tensor", "_shape_as_tensor"}, in GetShapeFunctionMappings()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_fold.cpp438 updated_val = at::_shape_as_tensor(inputTensorValues[0]); in runTorchBackendForOnnx()
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtorch.py99 torch._shape_as_tensor,
/aosp_15_r20/external/pytorch/test/
H A Dallowlist_for_publicAPI.json1287 "_shape_as_tensor",
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_tensor.py1835 shape_tensor = _shape_as_tensor(shape, row_partition_tensors[0].dtype)
2979 def _shape_as_tensor(shape, dtype): function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py1555 "torch._shape_as_tensor",
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp366 Tensor _shape_as_tensor(const Tensor& self) { in _shape_as_tensor() function
H A Dnative_functions.yaml309 - func: _shape_as_tensor(Tensor self) -> Tensor
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_misc.py5151 return 1 + torch._shape_as_tensor(x)[0]