Home
last modified time | relevance | path

Searched defs:start_dim (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/
H A D_view_ops.py221 def dim_flatten(ndim: int, start_dim=0, end_dim=-1) -> DimMap: argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dgraph_gradual_typechecker.py489 def flatten_check(tensor_type, start_dim, end_dim): argument
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset8.py295 def flatten(g: jit_utils.GraphContext, input, start_dim, end_dim): argument
H A Dsymbolic_opset11.py1164 def flatten(g: jit_utils.GraphContext, input, start_dim, end_dim): argument
H A Dsymbolic_helper.py1460 def _flatten_helper(g: jit_utils.GraphContext, input, start_dim, end_dim, dim): argument
H A Dsymbolic_opset9.py4959 def flatten(g: jit_utils.GraphContext, input, start_dim, end_dim): argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dconstraint_generator.py35 def generate_flatten_constraints(start_dim, end_dim, input, flattened, n, counter): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dmisc.cpp370 auto start_dim = at::maybe_wrap_dim(std::get<int64_t>(inputs[1]), A.ndim()); in computeTranspose() local
/aosp_15_r20/external/pytorch/torch/nested/_internal/
H A Dops.py324 def _flatten_sig(input, start_dim=0, end_dim=-1): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dops.cpp123 int64_t start_dim, in flatten_copy_out()
1714 const auto start_dim = p_node->Input(1).toInt(); in __anon11f46a8b4802() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3437 Tensor flatten(const Tensor& self, int64_t start_dim, int64_t end_dim) { in flatten()
3467 Tensor flatten(const Tensor& self, int64_t start_dim, int64_t end_dim, Dimname out_dim) { in flatten()
3485 Tensor flatten(const Tensor& self, Dimname start_dim, Dimname end_dim, Dimname out_dim) { in flatten()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.cpp870 void TensorIteratorBase::select_all_keeping_dim(int start_dim, IntArrayRef indices) { in select_all_keeping_dim()
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc1316 [&](std::vector<int64_t> shape, int64_t start_dim, int64_t end_dim) { in TEST()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py11563 def reference_flatten(input, start_dim=0, end_dim=-1): argument
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp9226 int start_dim = in TEST_F() local