Home
last modified time | relevance | path

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

123

/external/pytorch/aten/src/ATen/functorch/
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
/external/executorch/backends/qualcomm/builders/
Dop_skip_ops.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
43 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_conv2d.py108 nodes_to_wrappers: Dict[str, PyQnnWrapper.TensorWrapper],
268 nodes_to_wrappers: Dict[str, PyQnnWrapper.TensorWrapper],
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]],
Dop_relu.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_linear.py34 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_rsqrt.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_index_put.py21 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_sigmoid.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_sqrt.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_reshape.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_bmm.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_sub.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_hardswish.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_ceil.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_mul.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_upsample_bilinear2d.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_matmul.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_squeeze.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_div.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_add.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_gelu.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_tanh.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_upsample_nearest2d.py27 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],
Dop_unsqueeze.py26 nodes_to_wrappers: Dict[torch.fx.Node, PyQnnWrapper.TensorWrapper],

123