Lines Matching defs:kernels
23 * ScriptGroup creates a group of kernels that are executed
25 * The kernels may be connected internally or to an external allocation.
36 * script kernels and connections. Attempting to create a
40 * Currently, all kernels in a ScriptGroup must be from separate
41 * Script objects. Attempting to use multiple kernels from the same
98 * Allocation to be used for kernels that require an input
118 * Allocation to be used for the kernels that require an output
137 * Execute the ScriptGroup. This will run all the kernels in
150 * First, all kernels to be used by the ScriptGroup should be added.
152 * Second, add connections between kernels. There are two types
160 * cannot contain cycles. Currently, all kernels used in a ScriptGroup
161 * must come from different Script objects. Additionally, all kernels
285 "Kernels may not be added once connections exist.");
397 int[] kernels = new int[mKernelCount];
403 kernels[idx++] = kid.getID(mRS);
447 int id = mRS.nScriptGroupCreate(kernels, src, dstk, dstf, types);