Home
last modified time | relevance | path

Searched refs:getCacheToken (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DTokenHasher.h54 const uint8_t* getCacheToken() const;
/packages/modules/NeuralNetworks/common/
DTokenHasher.cpp61 const uint8_t* TokenHasher::getCacheToken() const { in getCacheToken() function in android::nn::TokenHasher
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h314 const uint8_t* forTest_getCacheToken() const { return mToken.getCacheToken(); } in forTest_getCacheToken()
735 const uint8_t* getCacheToken() const { return mToken; } in getCacheToken() function
DExecutionPlan.cpp84 const uint8_t* tokenPtr = token->getCacheToken(); in compile()
411 mToken(plan->getCacheToken()) {} in ExecutionStep()
1976 return simple()->mToken.getCacheToken(); in forTest_simpleGetCacheToken()