Searched refs:property_value (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.cpp29 static const char property_value[] = "[HOST]"; variable
30 #define PROPERTY_VALUE_MAX (sizeof(property_value) - 1)
33 memcpy(value, property_value, PROPERTY_VALUE_MAX);

Completed in 136 milliseconds