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

/frameworks/ml/nn/common/operations/
H A DEmbeddingLookup.cpp36 const int total_bytes = sizeOfData(value_->type, value_->dimensions); local
37 const int row_bytes = total_bytes/row_size;

Completed in 227 milliseconds