Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DHashtableLookup.cpp48 const int row_bytes = in Eval() local
61 memset(output_->buffer + i * row_bytes, 0, row_bytes); in Eval()
64 memcpy(output_->buffer + i * row_bytes, value_->buffer + idx * row_bytes, row_bytes); in Eval()
DEmbeddingLookup.cpp39 const int row_bytes = total_bytes / row_size; in Eval() local
47 memcpy(output_->buffer + i * row_bytes, value_->buffer + idx * row_bytes, row_bytes); in Eval()