Home
last modified time | relevance | path

Searched defs:try_vectorize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp529 ExprPtr try_vectorize(ExprPtr e, std::vector<ExprPtr>& inputs, T&& vec_ctor) { in try_vectorize() function in torch::jit::tensorexpr::Vectorizer
539 StmtPtr try_vectorize(StmtPtr s, std::vector<ExprPtr>& inputs, T&& vec_ctor) { in try_vectorize() function in torch::jit::tensorexpr::Vectorizer
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c1110 try_vectorize(nir_function_impl *impl, struct vectorize_ctx *ctx, in try_vectorize() function