Searched refs:cppType (Results 1 – 2 of 2) sorted by relevance
127 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()
391 #define POOLING_DISPATCH_INPUT_TYPE(name, type, cppType) \ argument393 return name(context->getInputBuffer<cppType>(kInputTensor), \395 context->getOutputBuffer<cppType>(kOutputTensor), \