Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dload_derivatives.py756 def stride_expr(name: str) -> str: function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Deval.cpp851 for (const ExprPtr& stride_expr : b->strides()) { in visit() local
921 for (const ExprPtr& stride_expr : b->strides()) { in visit() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_analysis.cc1048 InductionInfo* stride_expr = a->op_a; in VisitCondition() local
1090 InductionInfo* stride_expr, in VisitTripCount()