Home
last modified time | relevance | path

Searched defs:TensorWrapper (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DTensorWrapper.h35 struct TORCH_API TensorWrapper : public c10::TensorImpl { struct
46 const Tensor& value() const { in value()
49 std::optional<int64_t> level() const { in level()
75 // TensorWrapper receives a boolean flag on whether or not the Grad Interpreter argument
95 // In practice this isn't a problem: when we're constructing TensorWrapper in argument
/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A Dnode_visitor.py260 nodes_to_wrappers: Dict[str, Dict[int, PyQnnWrapper.TensorWrapper]],
288 nodes_to_wrappers: Dict[str, Dict[int, PyQnnWrapper.TensorWrapper]],
357 nodes_to_wrappers: Dict[str, Dict[int, PyQnnWrapper.TensorWrapper]],
H A Dop_skip_ops.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
43 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_conv2d.py108 nodes_to_wrappers: Dict[str, PyQnnWrapper.TensorWrapper],
268 nodes_to_wrappers: Dict[str, PyQnnWrapper.TensorWrapper],
H A Dop_gelu.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_index_put.py21 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_sqrt.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_hardswish.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_upsample_nearest2d.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_ceil.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_tanh.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_div.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_reshape.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_relu.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_rsqrt.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_matmul.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_unsqueeze.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_mul.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_squeeze.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_add.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_upsample_bilinear2d.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_linear.py34 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_bmm.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
H A Dop_sub.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
/aosp_15_r20/external/executorch/runtime/core/test/
H A Devalue_test.cpp37 class TensorWrapper { class
39 explicit TensorWrapper(exec_aten::Tensor tensor) in TensorWrapper() function in TensorWrapper

123