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

  /frameworks/ml/nn/common/include/
Utils.h 84 uint32_t sizeOfData(OperandType type, const std::vector<uint32_t>& dimensions);
88 inline uint32_t sizeOfData(const Operand& operand) {
89 return sizeOfData(operand.type, operand.dimensions);
  /frameworks/ml/nn/common/
Utils.cpp 203 uint32_t sizeOfData(OperandType type, const std::vector<uint32_t>& dimensions) {

Completed in 74 milliseconds