Home | History | Annotate | Download | only in P_reduce_general_examples_backward

Lines Matching refs:sc

226     public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) {
233 reduce(mExportReduceIdx_addint, new Allocation[]{ain1}, aout, sc);
259 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) {
266 reduce(mExportReduceIdx_mpyint, new Allocation[]{ain1}, aout, sc);
306 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
330 reduce(mExportReduceIdx_dp, new Allocation[]{ain1, ain2}, aout, sc);
356 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) {
363 reduce(mExportReduceIdx_findMinAndMax, new Allocation[]{ain1}, aout, sc);
389 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
396 reduce(mExportReduceIdx_fz, new Allocation[]{ain1}, aout, sc);
422 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
429 reduce(mExportReduceIdx_fz2, new Allocation[]{ain1}, aout, sc);
455 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) {
462 reduce(mExportReduceIdx_histogram, new Allocation[]{ain1}, aout, sc);
488 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
495 reduce(mExportReduceIdx_mode, new Allocation[]{ain1}, aout, sc);