Home
last modified time | relevance | path

Searched defs:sym_numel (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorProperties.cpp63 c10::SymInt sym_numel(const Tensor& self) { in sym_numel() function
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorGeometry.h91 c10::SymInt sym_numel() const { in sym_numel() function
/aosp_15_r20/external/pytorch/c10/core/impl/
H A DPyInterpreter.cpp91 c10::SymInt sym_numel(const TensorImpl* self) const override { in sym_numel() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dpromoted_prim_ops.cpp78 void sym_numel(Stack& stack) { in sym_numel() function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensorBase.h317 c10::SymInt sym_numel() const { in sym_numel() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp856 c10::SymInt ConcretePyInterpreterVTable::sym_numel( in sym_numel() function in torch::detail::__anon56d922760111::ConcretePyInterpreterVTable
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h697 c10::SymInt sym_numel() const { in sym_numel() function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py4975 def sym_numel(t): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py6099 def sym_numel(a): function