Searched defs:sizeOfData (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/common/include/
H A DUtils.h90 uint32_t sizeOfData(OperandType type, const std::vector<uint32_t>& dimensions);
94 inline uint32_t sizeOfData(const Operand& operand) { function in namespace:android::nn
95 return sizeOfData(operand.type, operand.dimensions);
/frameworks/ml/nn/common/
H A DUtils.cpp218 uint32_t sizeOfData(OperandType type, const std::vector<uint32_t>& dimensions) { function in namespace:android::nn

Completed in 61 milliseconds