Home
last modified time | relevance | path

Searched defs:scratchBuffer (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DSimpleMath.cpp52 int32_t* scratchBuffer = new int32_t[getNumberOfDimensions(inputShape)]; in meanGeneric() local
DUnidirectionalSequenceLSTM.cpp424 std::vector<float> scratchBuffer(scratchSize); in execute() local
476 std::vector<_Float16> scratchBuffer(scratchSize); in execute() local
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
DPCLmGenerator.h237 ubyte *scratchBuffer; variable