Home
last modified time | relevance | path

Searched refs:cppType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DGraphDump.cpp127 template <OperandType nnType, typename cppType>
142 if (opnd.location.length != sizeof(cppType)) { in tryValueDump()
146 cppType val; in tryValueDump()
147 memcpy(&val, pointer, sizeof(cppType)); in tryValueDump()
/packages/modules/NeuralNetworks/common/operations/
DPooling.cpp391 #define POOLING_DISPATCH_INPUT_TYPE(name, type, cppType) \ argument
393 return name(context->getInputBuffer<cppType>(kInputTensor), \
395 context->getOutputBuffer<cppType>(kOutputTensor), \