Home
last modified time | relevance | path

Searched defs:symints (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dcustom_ops.cpp22 const IntArrayRef symints, in fn_with_all_inputs_impl()
232 c10::SymIntArrayRef symints, in fn_with_all_inputs_meta()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.cpp856 auto symints = first->get_symints(); in get_symints() local
882 std::optional<std::vector<c10::SymInt>> symints, in clone_and_set()
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsymbolic_shapes.py4276 def get_pruned_guards(self, symints): argument