Home | History | Annotate | Download | only in P_reduce_general_examples_backward

Lines Matching full:allocation

68                     for (Allocation tempIn : mTempIns) {
81 private resultArray256_uint(Allocation out) {
87 private Allocation[] mTempIns;
88 private Allocation mOut;
104 for (Allocation tempIn : mTempIns) {
117 private result_float(Allocation out) {
123 private Allocation[] mTempIns;
124 private Allocation mOut;
140 for (Allocation tempIn : mTempIns) {
153 private result_int(Allocation out) {
159 private Allocation[] mTempIns;
160 private Allocation mOut;
176 for (Allocation tempIn : mTempIns) {
189 private result_int2(Allocation out) {
195 private Allocation[] mTempIns;
196 private Allocation mOut;
208 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
213 result.mTempIns = new Allocation[]{ain1};
218 public result_int reduce_addint(Allocation ain1) {
223 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) {
228 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
230 reduce(mExportReduceIdx_addint, new Allocation[]{ain1}, aout, sc);
241 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
246 result.mTempIns = new Allocation[]{ain1};
251 public result_int reduce_mpyint(Allocation ain1) {
256 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) {
261 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
263 reduce(mExportReduceIdx_mpyint, new Allocation[]{ain1}, aout, sc);
275 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
286 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
291 result.mTempIns = new Allocation[]{ain1, ain2};
297 public result_float reduce_dp(Allocation ain1, Allocation ain2) {
303 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
325 Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
327 reduce(mExportReduceIdx_dp, new Allocation[]{ain1, ain2}, aout, sc);
338 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
343 result.mTempIns = new Allocation[]{ain1};
348 public result_int2 reduce_findMinAndMax(Allocation ain1) {
353 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) {
358 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
360 reduce(mExportReduceIdx_findMinAndMax, new Allocation[]{ain1}, aout, sc);
371 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
376 result.mTempIns = new Allocation[]{ain1};
381 public result_int reduce_fz(Allocation ain1) {
386 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
391 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
393 reduce(mExportReduceIdx_fz, new Allocation[]{ain1}, aout, sc);
404 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
409 result.mTempIns = new Allocation[]{ain1};
414 public result_int2 reduce_fz2(Allocation ain1) {
419 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
424 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
426 reduce(mExportReduceIdx_fz2, new Allocation[]{ain1}, aout, sc);
437 Allocation ain1 = Allocation.createSized(mRSLocal, __U8, in1.length);
442 result.mTempIns = new Allocation[]{ain1};
447 public resultArray256_uint reduce_histogram(Allocation ain1) {
452 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) {
457 Allocation aout = Allocation.createSized(mRSLocal, __U32, 256);
459 reduce(mExportReduceIdx_histogram, new Allocation[]{ain1}, aout, sc);
470 Allocation ain1 = Allocation.createSized(mRSLocal, __U8, in1.length);
475 result.mTempIns = new Allocation[]{ain1};
480 public result_int2 reduce_mode(Allocation ain1) {
485 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
490 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
492 reduce(mExportReduceIdx_mode, new Allocation[]{ain1}, aout, sc);