Searched refs:total_bytes (Results 1 - 2 of 2) 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;
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp581 std::atomic<uint64_t> total_bytes(0);
816 total_bytes += bytes_sent;
962 << " threads:\n\t " << total_bytes << " bytes in " << average_time_s
964 << (total_bytes / 1024.0 / average_time_s) << " K/s; "

Completed in 104 milliseconds