HomeSort by relevance Sort by last modified time
    Searched defs:kernels (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 52 const ScriptKernelID *const* kernels; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
rsCpuScriptGroup.cpp 129 std::vector<const ScriptKernelID *> kernels; local
137 // objects that might interfere between kernels.
199 kernels.push_back(k);
208 Script *s = kernels[ct]->mScript;
210 uint32_t slot = kernels[ct]->mSlot;
240 sl.kernels = kernels.data();
241 sl.count = kernels.size();
258 for (size_t ct=0; ct < kernels.size(); ct++) {
259 Script *s = kernels[ct]->mScript
    [all...]
rsCpuScriptGroup2.cpp 135 // The compiler fusion pass in bcc expects that kernels chained up through
371 std::vector<ExpandFuncTy> kernels; local
374 kernels.push_back(c->mFunc);
376 if (kernels.size()) {
380 kernels.data(),
381 kernels.size());
397 // If any script is an intrinsic, give up trying fusing the kernels.
518 // Fuse the input kernels and generate native code in an object file
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_registry.cc 258 // Ensure compilation kernels registered.
260 std::vector<const KernelDef*> kernels; local
274 kernels.push_back(k.get());
277 return kernels;
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp 325 * This test groups together two RenderScript intrinsic kernels to run one after
393 hidl_vec<ScriptKernelID> kernels = {blendKID, blurKID}; local
398 ScriptGroup scriptGroup = context->scriptGroupCreate(kernels, srcK, dstK, dstF, types);
414 * RenderScript kernels and invokables.
  /external/aac/libSACdec/src/
sac_process.cpp 418 INT pb_max = self->kernels[self->hybridBands - 1] + 1;
474 INT pb_max = self->kernels[self->hybridBands - 1] + 1;
1004 const SCHAR *kernels = &self->kernels[0]; local
    [all...]
sac_dec.h 373 const SCHAR *kernels; /* Mapping hybrid band to parameter band. */ member in struct:spatialDec_struct
536 return self->kernels[qs];
  /system/libvintf/test/
LibVintfTest.cpp 1689 const auto& kernels = getKernels(cm); local
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 27 * A group of kernels that are executed
30 * In addition to kernels, a script group may contain invocable functions as well.
32 * produced by its member kernels.
34 * The API disallows cyclic dependencies among kernels in a script group,
35 * effectively making it a directed acyclic graph (DAG) of kernels.
37 * Grouping kernels together allows for more efficient execution. For example,
474 * Allocation to be used for kernels that require an input
496 * Allocation to be used for the kernels that require an output
517 * Execute the ScriptGroup. This will run all the kernels in
533 * First, all kernels to be used by the ScriptGroup should be added
783 long[] kernels = new long[mKernelCount]; local
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptGroup.java 30 * A group of kernels that are executed
33 * In addition to kernels, a script group may contain invocable functions as well.
35 * produced by its member kernels.
37 * The API disallows cyclic dependencies among kernels in a script group,
38 * effectively making it a directed acyclic graph (DAG) of kernels.
40 * Grouping kernels together allows for more efficient execution. For example,
470 * Allocation to be used for kernels that require an input
495 * Allocation to be used for the kernels that require an output
519 * Execute the ScriptGroup. This will run all the kernels in
524 * will take the naive path: execute kernels one by one in th
895 long[] kernels = new long[mKernelCount]; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 600 milliseconds