Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConstraints.cpp63 void sym_constrain_range_for_size(const Scalar& size, std::optional<int64_t> min, std::optional<int… in sym_constrain_range_for_size() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddecomposition.py137 def sym_constrain_range_for_size( function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py715 def sym_constrain_range_for_size(size, min=None, max=None): function