Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DOpChainTest.cpp104 static void init_combinable(int numGroups, Combinable* combinable, SkRandom* random) { in init_combinable()
136 int result[], const Combinable* combinable) { in Make()
155 TestOp(int value, const Range& range, int result[], const Combinable* combinable) in TestOp()
248 Combinable combinable; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconcat_opt.cpp610 for (const auto& combinable : combinable_concats_) { in getListConstructInputs() local